mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user