Skip to content

Commit

Permalink
Don't duplicate the timestamps when logging to syslog.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Oct 20, 2012
1 parent 920afaa commit e8ec234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monitor/monitor.go
Expand Up @@ -83,6 +83,7 @@ func main() {
log.Fatalf("Error initializing syslog: %v", err)
}
log.SetOutput(sl)
log.SetFlags(0)
}

port := initSource()
Expand Down

0 comments on commit e8ec234

Please sign in to comment.