Make logging more flexible
Open
- Dominant language
- Python
- Stars
- 78
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.