Skip to content

Commit ac0f713

Browse files
committed
set default logger to stdout. (stderr is currently redirected to file)
1 parent ef375c9 commit ac0f713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func loop() {
225225

226226
log.SetLevel(log.InfoLevel)
227227

228-
log.SetOutput(os.Stderr)
228+
log.SetOutput(os.Stdout)
229229

230230
// see if we are supposed to wait 5 seconds
231231
if *isLaunchSelf {

0 commit comments

Comments
 (0)