client
client copied to clipboard
Make logging more flexible
trafficstars
Having only a global log level leads to lots of log spam when you want to debug a feature.
It would be much nicer to be able to selectively enable debug logging for specific modules.
We already have per-module logging facilitated by the with_logger decorator, adding a hook to the settings there to selectively set log levels would not be hard.