[jboss-user] [Beginners Corner] - Re: log truncated on startup

PeterJ do-not-reply at jboss.com
Thu Jul 30 17:55:48 EDT 2009


Every time your start the app server it will overwrite the log file. You can change this in server/xxx/conf/jboss-log4j.xml. Check the Log4J docs for what options are available. You can change the Append parameter to tru:

<appender name="FILE" class="org.jboss.logging.appender.DailyRollingFileAppender">
  |    . . .
  |    <param name="Append" value="true"/>
  |    . . .




View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247118#4247118

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247118



More information about the jboss-user mailing list