change logging

This commit is contained in:
miloschwartz
2026-04-21 20:51:59 -07:00
parent 4df3613df7
commit 7f5c164e16
6 changed files with 10 additions and 10 deletions

View File

@@ -381,7 +381,7 @@ export function startPingAccumulator(): void {
// Don't prevent the process from exiting
flushTimer.unref();
logger.info(
logger.debug(
`Ping accumulator started (flush interval: ${FLUSH_INTERVAL_MS}ms)`
);
}