Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d06e3 commit c9272c5Copy full SHA for c9272c5
coderd/workspaceapps/stats.go
@@ -367,9 +367,9 @@ func (sc *StatsCollector) Close() error {
367
func (sc *StatsCollector) start() {
368
defer func() {
369
close(sc.done)
370
- sc.opts.Logger.Info(sc.ctx, "workspace app stats collector stopped")
+ sc.opts.Logger.Debug(sc.ctx, "workspace app stats collector stopped")
371
}()
372
- sc.opts.Logger.Info(sc.ctx, "workspace app stats collector started")
+ sc.opts.Logger.Debug(sc.ctx, "workspace app stats collector started")
373
374
t := time.NewTimer(sc.opts.ReportInterval)
375
defer t.Stop()
0 commit comments