RE: Karaf log4j conflict

2024-03-14 Thread Siano, Stephan via user
Hi, Maybe I add some technical explanation which might clear things up a little. Pax-Logging essentially consists of two parts, a frontend that implements different logging APIs (slf4j, OSGi logging service, log4j2, apache commons logging…) and a backend, which is doing the actual logging and

Re: Karaf log4j conflict

2024-03-14 Thread Grzegorz Grzybek
Hello So, for this fragment, do I simply need to make a fragment containing the > extra log4j information, or do I need to extract the code that is using > those log4j pieces and put that into a fragment. That seems to be a much > taller order. Compared to bolting the necessary log4j.core classes