mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
distgit/pagure: send the logs to stderr instead of stdout
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -162,7 +162,7 @@ LOGGING = {
|
||||
'console': {
|
||||
'formatter': 'standard',
|
||||
'class': 'logging.StreamHandler',
|
||||
'stream': 'ext://sys.stdout',
|
||||
'stream': 'ext://sys.stderr',
|
||||
},
|
||||
'email': {
|
||||
'level': 'ERROR',
|
||||
|
||||
Reference in New Issue
Block a user