We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a33ece commit e0f0cafCopy full SHA for e0f0caf
log/coder.go
@@ -85,7 +85,6 @@ func initRPC(ctx context.Context, client *agentsdk.Client, l slog.Logger) (proto
85
attempts++
86
// Maximize compatibility.
87
c, err = client.ConnectRPC20(ctx)
88
- l.Info(ctx, "Connecting to Coder", slog.F("attempt", attempts), slog.F("error", err))
89
if err != nil {
90
l.Debug(ctx, "Failed to connect to Coder", slog.F("error", err), slog.F("attempt", attempts))
91
continue
0 commit comments