[jboss-user] [Beginners Corner] - Re: Why does NOT JBoss save the server.log file any more?
jtcnz
do-not-reply at jboss.com
Tue May 5 12:33:34 EDT 2009
Thank you , Peter.
There are already 2 GB log files(server.log+wrapper.log), and 120G available in this partition. The timestamps for the log messages are correct.
Here is the code of FILE appender:
<appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
| <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
| <param name="Target" value="System.out"/>
| <param name="Threshold" value="INFO"/>
|
| <layout class="org.apache.log4j.PatternLayout">
| <!-- The default pattern: Date Priority [Category] Message\n -->
| <param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c{1}] %m%n"/>
| </layout>
| </appender>
Is it right? Is there some interference from wrapper side?
Thanks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4228714#4228714
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4228714
More information about the jboss-user
mailing list