Print to stderr by default

main v1.1.2
jolheiser 2021-06-21 21:47:43 +00:00
parent 0b1a1e4bd0
commit 8af49ac71f
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,