Search code examples
helidon

Change default logging implementation in Helidon


I would like to use log4j with Helidon. Is there any way to change default logging implementation?


Solution

  • In Helidon, we have decided to use to use Java Util Logging (JUL), to allow our users to choose any logging implementation. There are bridges for most implementations for JUL. For log4j, you can have a look at this page: http://people.apache.org/~psmith/logging.apache.org/sandbox/jul-log4j-bridge/examples.html