Commit a594a7a
committed
fix: align WSGI logging level with ASGI when execution ID logging is enabled
When LOG_EXECUTION_ID is enabled, the WSGI implementation was setting the root logger
to WARNING level, which silenced info-level logs. This was inconsistent with:
- The ASGI implementation which correctly uses INFO level
- The default setup_logging() function which also uses INFO level
This change ensures that logger.info() calls are visible in both WSGI and ASGI stacks
when execution ID logging is enabled.1 parent 1123eea commit a594a7a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
| 440 | + | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| |||
0 commit comments