0 Replies Latest reply on Apr 7, 2013 6:03 AM by jonny69

    Jboss 5.1.0 GA logging via log4j.properties

    jonny69

      Hi everyone,

       

      I have simple question, when I'm using loggging configuration via conf/jboss-log4j.xml, everything work great. But if I'm trying move configuration from jboss-log4j.xml to log4j.properties, it's like configuration is ignored.

      I'm using slf4j library. My log4j.properties is placed on my war app into WEB-INF/classes/. I tried to include log4j.jar into my app but it's not working for me. Maybe some tips ... ?