mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #1794 from fgimian/fix/1793-correct-streams-in-default-log-config
Ensured that default logging streams are prefixed with ext:// so they work correctly
This commit is contained in:
commit
ba4b927ae5
@ -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