1 Reply Latest reply on Apr 3, 2017 1:35 PM by jamezp

    JBoss Hibernate ignores "org.jboss.logging.provider" system property

    marcushenrique

      My app is running in JBoss 7.2.0 and I'm using a custom log4j.properties. This is working fine but none of Hibernate logs are being logged in my custom appender.

       

      Reading Hibernate logging documentation, it saids that we can provide a system property called org.jboss.logging.provider to choose which logger to use, in my case log4j, but that isn't working too.

       

      How could I get Hibernate logs being logged in my custom appender?