mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-04 00:46:37 +00:00
use debug log on log stream start
This commit is contained in:
@@ -127,7 +127,7 @@ export class LogStreamingManager {
|
|||||||
start(): void {
|
start(): void {
|
||||||
if (this.isRunning) return;
|
if (this.isRunning) return;
|
||||||
this.isRunning = true;
|
this.isRunning = true;
|
||||||
logger.info("LogStreamingManager: started");
|
logger.debug("LogStreamingManager: started");
|
||||||
this.schedulePoll(POLL_INTERVAL_MS);
|
this.schedulePoll(POLL_INTERVAL_MS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user