Skip to content

feat: add external provisioner daemon helm chart #8939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 10, 2023
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