client icon indicating copy to clipboard operation
client copied to clipboard

Make logging more flexible

Open duk3luk3 opened this issue 8 years ago • 0 comments
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.

duk3luk3 avatar Jul 15 '17 04:07 duk3luk3