update logging

This commit is contained in:
miloschwartz
2025-12-06 16:18:44 -05:00
parent 1714140ee7
commit 28725dd164
2 changed files with 5 additions and 5 deletions

View File

@@ -83,7 +83,7 @@ export const startRemoteExitNodeOfflineChecker = (): void => {
} }
}, OFFLINE_CHECK_INTERVAL); }, OFFLINE_CHECK_INTERVAL);
logger.info("Started offline checker interval"); logger.debug("Started offline checker interval");
}; };
/** /**

View File

@@ -75,7 +75,7 @@ export const startOlmOfflineChecker = (): void => {
} }
}, OFFLINE_CHECK_INTERVAL); }, OFFLINE_CHECK_INTERVAL);
logger.info("Started offline checker interval"); logger.debug("Started offline checker interval");
}; };
/** /**