mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Ensured that default logging streams are prefixed with ext:// so they work correctly
This commit is contained in:
parent
9cf5b13f93
commit
5ee2ede35c
@ -74,12 +74,12 @@ CONFIG_DEFAULTS = dict(
|
||||
"console": {
|
||||
"class": "logging.StreamHandler",
|
||||
"formatter": "generic",
|
||||
"stream": "sys.stdout"
|
||||
"stream": "ext://sys.stdout"
|
||||
},
|
||||
"error_console": {
|
||||
"class": "logging.StreamHandler",
|
||||
"formatter": "generic",
|
||||
"stream": "sys.stderr"
|
||||
"stream": "ext://sys.stderr"
|
||||
},
|
||||
},
|
||||
formatters={
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user