Restore Apache Felix Logback module - #543
Conversation
This reverts commit 22cdf0e so development can resume from the last pre-removal state.
Save the existing root handlers before installing the SLF4J bridge and restore them when the bundle stops. Preserve handlers added by other components while the bridge is active.
|
Speaking as a user of Felix Logback that would IMO be good. I am a Felix committer but never worked with the logback bundle. What do other Felix committers/PMC members think ( /cc @apache/felix-committers ) ? |
|
We removed this couple of years ago due to lack of maintainers . We had a similar situation with another Apache Felix module where we actually reverted the removal, added a new committer promising to help on that module. And it resulted in a larger unmaintained code base, as after an initial fix nothing else happened. |
|
What maintenance does this need beside keeping it on par with some Logback releases? |
|
Right, keeping all dependencies up to date, releasing whenever required - fixing issues if they get reported. |
I would like to restore the Logback component. I have restored the original source and updated it with Logback 1.5.x, plus some changes I see as beneficial. It works for me in production like this.