|
I'm trying to use SLF4J and Log4J 2.0 but noticed hibernate logging is not using log4j 2
Hibernate is using JBoss Logging (version 3.1.3) this version doesn't support Log4J 2. JBoss Logging (3.1.4) supports Log4J 2
https://issues.jboss.org/browse/JBLOGGING-94
|