distgit/pagure: send the logs to stderr instead of stdout
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
21ca5bebe9
commit
8850720c2e
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ LOGGING = {
|
||||||
'console': {
|
'console': {
|
||||||
'formatter': 'standard',
|
'formatter': 'standard',
|
||||||
'class': 'logging.StreamHandler',
|
'class': 'logging.StreamHandler',
|
||||||
'stream': 'ext://sys.stdout',
|
'stream': 'ext://sys.stderr',
|
||||||
},
|
},
|
||||||
'email': {
|
'email': {
|
||||||
'level': 'ERROR',
|
'level': 'ERROR',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue