[jboss-user] [Beginners Corner] - Re: Jboss log directory

PeterJ do-not-reply at jboss.com
Tue Mar 17 10:38:27 EDT 2009


JBoss AS produces only two logs by default: boot.log and server.log. If you have a third log file, then someone configured that log file. In addition, for both boot.log and server.log, the FILE appender has an  entry like the following:

<param name="File" value="${jboss.server.log.dir}/server.log"/>

Apprently, someone changed this for the FILE appender for server.log. You need to go into the server/xxx/conf/log4j.xml file and change the File parameter for both appenders (for FILE and for 'localDB') to use a value similar to the one above.

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

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



More information about the jboss-user mailing list