Commit aa54102
Don't setLevel on the library logger
Fixes #228. Libraries should attach a NullHandler and leave the level
at NOTSET so applications control verbosity; setLevel(ERROR) here
silently discarded log records regardless of the app's root logger
configuration. __main__.py already configures its own logger for CLI
use and is unaffected.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 9514ba3 commit aa54102
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments