change default log output from stdout to stderr

This commit is contained in:
f97ada87 2017-09-23 07:59:14 +10:00
parent a8ab574c3e
commit cfa84cf81a
No known key found for this signature in database
GPG Key ID: 07B327EEF97ADA87
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def configureLogging():
'class': 'logging.StreamHandler',
'formatter': 'default',
'level': log_level,
'stream': 'ext://sys.stdout'
'stream': 'ext://sys.stderr'
},
'file': {
'class': 'logging.handlers.RotatingFileHandler',