Compare commits

...

1 Commits
v1.1.1 ... main

Author SHA1 Message Date
jolheiser 8af49ac71f Print to stderr by default 2021-06-21 21:47:43 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
var (
Console = &Logger{
Writer: os.Stdout,
Writer: os.Stderr,
Level: INFO,
Format: FormatOptions{
MessageColor: true,