Commit 06ce255
Set default logging level to INFO
Changed the logger_level array to start with INFO instead of ERROR,
making INFO the default logging level when no verbose flags are used.
This ensures users see important operational messages (including the
ASCII art banner) without needing to pass -vvv.
The new verbosity levels are:
- Default (no flags): INFO
- -v: DEBUG
- -vv: TRACE
ERROR and WARNING messages will still show at all levels since they
are higher priority than INFO in loguru's logging hierarchy.
Co-authored-by: philipbl <1527647+philipbl@users.noreply.github.com>1 parent a5e33a1 commit 06ce255
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments