Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Apache Felix SCR uses the component's logger name to find the level to log at. If the component happens to be on DEBUG, this then floods the log and makes it hard to debug the component.
I'd like to add a System property that would provide the log name for SCR. If it is not set, the current behaviour is used.
I can make this change if I get some feedback it is an acceptable idea.