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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user