Skip to content

Commit

Permalink
Disabled colored command output
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianrudnik authored Apr 28, 2022
1 parent 1278d25 commit 5c4981e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
func main() {
log.Logger = log.Output(zerolog.ConsoleWriter{
TimeFormat: time.RFC3339,
NoColor: true,
Out: os.Stderr,
})

Expand Down

0 comments on commit 5c4981e

Please sign in to comment.