distgit/pagure: send the logs to stderr instead of stdout

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-01-20 23:07:57 +01:00
parent 21ca5bebe9
commit 8850720c2e

View file

@ -162,7 +162,7 @@ LOGGING = {
'console': {
'formatter': 'standard',
'class': 'logging.StreamHandler',
'stream': 'ext://sys.stdout',
'stream': 'ext://sys.stderr',
},
'email': {
'level': 'ERROR',