Skip to content

Commit 206ef8e

Browse files
committed
♻️ clean: remove uv.lock file.
1 parent 9391b87 commit 206ef8e

2 files changed

Lines changed: 2 additions & 1439 deletions

File tree

src/ddeutil/workflow/api/log_conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"handlers": {
2222
"default": LOGGING_CONFIG_UVICORN["handlers"]["default"],
2323
"access": LOGGING_CONFIG_UVICORN["handlers"]["access"],
24-
"stream_handler": {
24+
"stream_custom": {
2525
"formatter": "custom",
2626
"class": "logging.StreamHandler",
2727
"stream": "ext://sys.stdout",
@@ -50,7 +50,7 @@
5050
"level": "DEBUG" if config.debug else "INFO",
5151
},
5252
"ddeutil.workflow": {
53-
"handlers": ["stream_handler"],
53+
"handlers": ["stream_custom"],
5454
"level": "INFO",
5555
# "propagate": False,
5656
"propagate": True,

0 commit comments

Comments
 (0)