LoggingConfigurable logging level should be configurable.
Open
- Dominant language
- Python
- Stars
- 653
- Forks
- 217
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 2
Description
Because the class is a LoggingConfigurable.
And the logic for that seem to be on Application (subclass of LoggingConfigurable) instead of `LoggingConfigurable`. So logging configurable can do logging, but is not configurable.
Or it seem to be a weird behavior that I can only set the debug level application wide and not per Configurable.
Contributor guide
Assessment
This issue has not been assessed yet.