Re: [Chainsaw] Removal of Log4j1

2022-01-16 Thread Scott Deboy
Looks great! It's a lot of work for sure - lots more to do to fully remove log4j1 - custom level support (java.util.logging and Android for example), support for UI-based interactions for some receivers(activateOptions), and the loggerRepository extension pieces. I definitely want to see VFSLogFi

Re: [DISCUSS] Support 'log4j.rootLogger=INFO,Console' configuration grammar in log4j2

2022-01-16 Thread Duo Zhang
I spent some time reading the code of log4j2-core, and posted what I have learned so far on the jira issue. I could give it a try but I need a mentor. Appreciate if someone in the community could help here. Thanks. 张铎(Duo Zhang) 于2022年1月15日周六 11:54写道: > Filed https://issues.apache.org/jira/br

Re: [Chainsaw] Removal of Log4j1

2022-01-16 Thread Robert Middleton
I've been working on this for a little bit now, and I do have something that mostly seems to work. This has been made somewhat more difficult by the very tight coupling that Chainsaw has with log4j1 and its plugin framework. At this point, I've done the following: * Remove dependency on log4j1-e