Skip to content

Commit

Permalink
remove colors from log
Browse files Browse the repository at this point in the history
  • Loading branch information
Agurato committed Aug 7, 2019
1 parent fd6ebc3 commit bae810d
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 @@ -15,6 +15,7 @@ func main() {
log.SetFormatter(&nested.Formatter{
ShowFullLevel: true,
TrimMessages: true,
NoColors: true,
})
log.SetOutput(os.Stdout)
log.SetLevel(log.InfoLevel)
Expand Down

0 comments on commit bae810d

Please sign in to comment.