chore: cleanup extraneous logging (#9156)

* The batchstats warning went out on every Ctrl+C in my development

Rule of silence:

The provisioner and connect messages messages were sent out on every startup
without a corresponding user event, making them annoying and more-so
debug messages.
This commit is contained in:
Ammar Bandukwala
2023-08-17 16:01:55 -05:00
committed by GitHub
parent 9710bada06
commit be40dc85ab
5 changed files with 12 additions and 6 deletions

View File

@ -204,7 +204,7 @@ func (p *Server) connect(ctx context.Context) {
p.clientValue.Store(ptr.Ref(client))
p.mutex.Unlock()
p.opts.Logger.Info(ctx, "provisionerd successfully connected to coderd")
p.opts.Logger.Debug(ctx, "successfully connected to coderd")
break
}
select {