Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri committed Sep 30, 2024
1 parent 1a33ece commit e0f0caf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion log/coder.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ func initRPC(ctx context.Context, client *agentsdk.Client, l slog.Logger) (proto
attempts++
// Maximize compatibility.
c, err = client.ConnectRPC20(ctx)
l.Info(ctx, "Connecting to Coder", slog.F("attempt", attempts), slog.F("error", err))
if err != nil {
l.Debug(ctx, "Failed to connect to Coder", slog.F("error", err), slog.F("attempt", attempts))
continue
Expand Down

0 comments on commit e0f0caf

Please sign in to comment.