Skip to content

Commit 4898bfe

Browse files
committed
Send outputs to stdout instead of stderr
Fixes #5
1 parent c9bfcbc commit 4898bfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ func init() {
2020
// warn level is for suppress modes
2121
// error level is for errors
2222

23+
log.SetOutput(os.Stdout)
2324
log.SetFormatter(formatter)
2425
log.SetLevel(log.InfoLevel)
2526
}

0 commit comments

Comments
 (0)