Send logs to stderr, rather than stdout
This commit is contained in:
parent
fb203a2e45
commit
043be13e6d
|
@ -48,7 +48,7 @@ func main() {
|
|||
|
||||
zerolog.TimeFieldFormat = zerolog.TimeFormatUnix
|
||||
log.Logger = log.Output(zerolog.ConsoleWriter{
|
||||
Out: os.Stdout,
|
||||
Out: os.Stderr,
|
||||
TimeFormat: time.RFC3339,
|
||||
NoColor: !colors,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue