Skip to content

Commit

Permalink
Send outputs to stdout instead of stderr
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
maddie committed Mar 31, 2020
1 parent c9bfcbc commit 4898bfe
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 @@ -20,6 +20,7 @@ func init() {
// warn level is for suppress modes
// error level is for errors

log.SetOutput(os.Stdout)
log.SetFormatter(formatter)
log.SetLevel(log.InfoLevel)
}
Expand Down

0 comments on commit 4898bfe

Please sign in to comment.