[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss issue 4.2.2

jaikiran do-not-reply at jboss.com
Thu May 14 04:58:12 EDT 2009


I guess, you mean the server.log file contents. That file is handled through log4j configurations. You can set the Append property on the FILE appender in %JBOSS_HOME%/server/< serverName>/conf/jboss-log4j.xml to true:

  | <!-- A time/date based rolling appender -->
  |    <appender name="FILE" class="org.jboss.logging.appender.DailyRollingFileAppender">
  |       <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
  |       <param name="File" value="${jboss.server.log.dir}/server.log"/>
  |       <param name="Append" value="true"/>
  | ...

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

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



More information about the jboss-user mailing list