1 Reply Latest reply on Dec 8, 2011 1:58 AM by wdfink

    JBoss 5.1 Logging

    gboro54

      We are trying to log application specific information to a different file then the server.log. We have set up a category with a ref to the new file appendar but log messages still seem to go to both. Is there something else we need to do to have the server.log file appendar ignore our category?

        • 1. Re: JBoss 5.1 Logging
          wdfink

          You should set additivity=false as attribute and your appender as appender-ref element to your category.

          If you have still problems you might attach your log4j.xml.