I´m using this configuration :
<param name="DatePattern" value="'.'yyyy-MM-dd"/>
<appender-ref ref="FILE1"/>
So, I expected only DEBUG messages from the package "br.gov.sp.tce.audesp" at
"audespAPP.log" file, but when I start the JBoss I´m getting a lot of other
DEBUG messages from JBoss, and not only from my package.
This is my entire log4j.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<!-- $Id: log4j.xml,v 1.26.2.2 2005/03/02 14:52:20 tdiesler Exp $ -->
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/"
debug="false">
<param name="DatePattern" value="'.'yyyy-MM-dd"/>
<param name="DatePattern" value="'.'yyyy-MM-dd"/>
<!-- ============================== -->
<!-- Append messages to the console -->
<!-- ============================== -->
<!-- ================ -->
<!-- Limit categories -->
<!-- ================ -->
<!-- Limit the org.apache category to INFO as its DEBUG is verbose -->
<!-- Limit the org.jgroups category to WARN as its INFO is verbose -->
<!-- Limit apache axis to INFO as its DEBUG is even more verbose -->
<!-- Limit the JSR77 categories -->
<appender-ref ref="FILE1"/>
<!-- ======================= -->
<!-- Setup the Root category -->
<!-- ======================= -->
<appender-ref ref="CONSOLE"/>
<appender-ref ref="FILE"/>
<appender-ref ref="SMTP"/>
<appender-ref ref="FILE1"/>
</log4j:configuration>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915917#3915917
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915917
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user