[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss server.log to syslog redirection
erasmomarciano
do-not-reply at jboss.com
Wed Oct 22 10:34:29 EDT 2008
You have to edit the conf/log4j.xml and modify this line code
| <!-- 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="false"/>
|
Why do you redirect it into /var/log/messages
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183873#4183873
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183873
More information about the jboss-user
mailing list