Skip to content
Prev Previous commit
Next Next commit
Log at INFO when provisionerd connects to coderd
Signed-off-by: Spike Curtis <spike@coder.com>
  • Loading branch information
spikecurtis committed Aug 10, 2023
commit f1d76ff3531a971622263e45ec8e85fb3722058f
2 changes: 1 addition & 1 deletion provisionerd/provisionerd.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (p *Server) connect(ctx context.Context) {
p.clientValue.Store(ptr.Ref(client))
p.mutex.Unlock()

p.opts.Logger.Debug(context.Background(), "connected")
p.opts.Logger.Info(ctx, "provisionerd successfully connected to coderd")
break
}
select {
Expand Down