Commit cf939d8
committed
fix(logging): 修复 uvicorn.error 日志在文件中重复打印的问题;
为 uvicorn.error logger 显式配置 handlers 与 propagate=False,
阻断经父 logger uvicorn 二次传播至文件 handler 的路径。
🤖 Generated with [Claude Code](https://github.com/claude), [CodeX](https://openai.com), [Gemini](https://github.com/apps/gemini-code-assist)
Co-Authored-By: Aurelius Huang<threefish.ai@gmail.com>1 parent 34ae1ba commit cf939d8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments