This repository was archived by the owner on Oct 7, 2025. It is now read-only.
Commit 81375b5
authored
Surface Werkzeug and other internal logging to loguru at orig level (#1220)
- With the previous logic all standard logging logs are downgraded to
DEBUG5 regardless of their initial level. This will hide any fatal
errors making debugging harder.
- Since Werkzeug is quite chatty at INFO level, anything at INFO or
above is still downgraded to DEBUG5. This maintains the current
behavior for those log messages.1 parent 543c3d7 commit 81375b5
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
299 | 306 | | |
300 | 307 | | |
301 | 308 | | |
| |||
0 commit comments