mirror of
https://github.com/syncthing/syncthing.git
synced 2026-05-18 05:37:46 -04:00
Logger should use stdout instead of stderr
This commit is contained in:
@@ -35,7 +35,7 @@ var DefaultLogger = New()
|
||||
|
||||
func New() *Logger {
|
||||
return &Logger{
|
||||
logger: log.New(os.Stderr, "", log.Ltime),
|
||||
logger: log.New(os.Stdout, "", log.Ltime),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user