We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9391b87 commit 206ef8eCopy full SHA for 206ef8e
2 files changed
src/ddeutil/workflow/api/log_conf.py
@@ -21,7 +21,7 @@
21
"handlers": {
22
"default": LOGGING_CONFIG_UVICORN["handlers"]["default"],
23
"access": LOGGING_CONFIG_UVICORN["handlers"]["access"],
24
- "stream_handler": {
+ "stream_custom": {
25
"formatter": "custom",
26
"class": "logging.StreamHandler",
27
"stream": "ext://sys.stdout",
@@ -50,7 +50,7 @@
50
"level": "DEBUG" if config.debug else "INFO",
51
},
52
"ddeutil.workflow": {
53
- "handlers": ["stream_handler"],
+ "handlers": ["stream_custom"],
54
"level": "INFO",
55
# "propagate": False,
56
"propagate": True,
0 commit comments