Re: KARAF 4.1.5 & pax-logging-service

2018-03-06 Thread munishgupta.asr
Hello JB, As you suggested and mentioned like that "If so, you should update your appender to log4j2 style and attach to pax-logging-log4j2". I was trying to do that but it seems creating custom appenders is very different here. earlier I was extending fileappenders and providing configuration pa

Re: KARAF 4.1.5 & pax-logging-service

2018-03-06 Thread Matt Sicker
The plugin docs for log4j2 itself [1] covers more about it. If you’re trying to extend an existing appender, you’ll have to extend its corresponding manager class instead (an appender in v2 is more of a configuration mechanism while the manager handles the underlying data sink). I’d also suggest di