Category: Uncategorized
-
How to customize Python’s logging level without ‘configuration madness’
Python’s standard logging library offers a standard module (logging.config) for configuration, and it offers a lot of options. Most of them look like a pain. If you just want to configure the logging level, for example, you might wonder: Do I have to write an entire file listing handlers and files and other configuration options…