Commit e7c9523
authored
`httpx` and `httpcore` (used by `lightkube`) have noisy INFO & DEBUG
level logs
Supersedes #145. It still seems a bit backwards to me to enable DEBUG
level logs for all python dependencies and then manually disable logging
for dependencies of our dependencies. Personally, I only think DEBUG
level logs are useful for charm ecosystem code (e.g. ops, the charm,
charm libs)—but it seems like the consensus [from this
discussion](#145 (comment))
is different
1 parent efd153d commit e7c9523
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments