diff --git a/internal/log/slog.go b/internal/log/slog.go index 1cafd49b1..e0fd35ac5 100644 --- a/internal/log/slog.go +++ b/internal/log/slog.go @@ -59,6 +59,7 @@ func NewReadableTextLogger(output io.Writer, debugEnabled bool) Logger { handler := slog.NewTextHandler(output, &slog.HandlerOptions{ Level: level, + // Ignore the time key to avoid cluttering the output with timestamps ReplaceAttr: func(_ []string, a slog.Attr) slog.Attr { if a.Key == slog.TimeKey { return slog.Attr{}