Skip to content

Commit

Permalink
fix: remember timestamps from logging
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGee <brian@bmcgee.ie>
  • Loading branch information
brianmcgee committed Apr 26, 2024
1 parent fcce518 commit 710efbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Format struct {
}

func (f *Format) Configure() {
log.SetReportTimestamp(true)
log.SetReportTimestamp(false)

if f.Verbosity == 0 {
log.SetLevel(log.WarnLevel)
Expand Down

0 comments on commit 710efbd

Please sign in to comment.