Closed adamantike closed 2 weeks ago
The logging.setLevel method expects the log level to be in uppercase. This change ensures that the LOGLEVEL config value is always in uppercase.
logging.setLevel
LOGLEVEL
93 tests 93 ✅ 27s ⏱️ 1 suites 0 💤 1 files 0 ❌
Results for commit 6f5e0a0e.
The
logging.setLevel
method expects the log level to be in uppercase. This change ensures that theLOGLEVEL
config value is always in uppercase.