0 Replies Latest reply on Feb 9, 2005 8:52 PM by grinch

    log4j again

    grinch

      Sorry for the multiple post, but I am still looking for help.

      I have created an appender, category, and root as in the Wiki example for log4j.xml. My log is created but I get everyting that is in the server.log plus the elements that I want to only go to my log file.

      Is there any way to keep all the other jboss infor out of my log file? Here is what I setup:










      ....



      <appender-ref ref="MYLOG"/>


      ....

      <appender-ref ref="CONSOLE"/>
      <appender-ref ref="FILE"/>
      <appender-ref ref="MYLOG"/>