Skip to content

Commit

Permalink
set out
Browse files Browse the repository at this point in the history
  • Loading branch information
wdbaruni committed Oct 7, 2024
1 parent c7f0f76 commit 9a2d19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ func defaultLogging() io.Writer {

func defaultLogFormat(w *zerolog.ConsoleWriter) {
isTerminal := isatty.IsTerminal(os.Stdout.Fd())
w.Out = os.Stdout
w.NoColor = !isTerminal
w.TimeFormat = "15:04:05.999 |"
w.PartsOrder = []string{
Expand Down

0 comments on commit 9a2d19f

Please sign in to comment.