Skip to content

Commit fbf1518

Browse files
committed
use debug logging
1 parent 07e3b81 commit fbf1518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/shared/watcher/src/lib/passive-daemon-watcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class PassiveDaemonWatcher {
7070
}
7171
},
7272
logTransition: ({ context }, params: { to: string }) => {
73-
this.logger.log(
73+
this.logger.debug?.(
7474
`PassiveDaemonWatcher: transitioning to ${params.to} (attempt ${context.attemptNumber})`,
7575
);
7676
},

0 commit comments

Comments
 (0)