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': {
|
||||
'formatter': 'standard',
|
||||
'class': 'logging.StreamHandler',
|
||||
'stream': 'ext://sys.stdout',
|
||||
'stream': 'ext://sys.stderr',
|
||||
},
|
||||
'email': {
|
||||
'level': 'ERROR',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue