Commit 798c1e0
authored
fix: Prevent duplicate logging messages (#1249)
Fixes #1191 which had a regression: disables the uvicorn access_log
logging, which logs all incoming and requests at the INFO level- instead
our injected `log_request_details` logs healthz probes at DEBUG and all
other endpoints at INFO. Previously we were also logging all endpoints
twice, once with our middleware and once with the access probe.1 parent 6115b04 commit 798c1e0
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
576 | | - | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
577 | 579 | | |
578 | 580 | | |
579 | 581 | | |
| |||
0 commit comments