Skip to content

Commit f1d76ff

Browse files
committed
Log at INFO when provisionerd connects to coderd
Signed-off-by: Spike Curtis <spike@coder.com>
1 parent 7b56862 commit f1d76ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisionerd/provisionerd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func (p *Server) connect(ctx context.Context) {
204204
p.clientValue.Store(ptr.Ref(client))
205205
p.mutex.Unlock()
206206

207-
p.opts.Logger.Debug(context.Background(), "connected")
207+
p.opts.Logger.Info(ctx, "provisionerd successfully connected to coderd")
208208
break
209209
}
210210
select {

0 commit comments

Comments
 (0)