christophd opened a new issue #414: URL: https://github.com/apache/camel-k-runtime/issues/414
The ApplicationSupport in camel-k-runtime-main module depends on Log4j core in order to do on-the-fly Logger configurations. See https://github.com/apache/camel-k-runtime/blob/master/camel-k-main/camel-k-runtime-main/src/main/java/org/apache/camel/k/main/ApplicationSupport.java#L25 This makes it impossible to run Camel K main runtime with logging frameworks other than Log4j core. The runtime should depend on Log4j API or a logging abstraction framework such as SLF4j instead. This way users can run Camel K with whatever logging framework they like. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org