Author: ghuber
Date: Mon Jun 16 07:45:29 2014
New Revision: 1602816
URL: http://svn.apache.org/r1602816
Log:
See ROL-2016. For now assume we are the same as roller.properties ie tomcat
based and create in tomcat log directory rather than root.
Modified:
roller/trunk/app/src/main/resources/log4j.properties
Modified: roller/trunk/app/src/main/resources/log4j.properties
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/resources/log4j.properties?rev=1602816&r1=1602815&r2=1602816&view=diff
==============================================================================
--- roller/trunk/app/src/main/resources/log4j.properties (original)
+++ roller/trunk/app/src/main/resources/log4j.properties Mon Jun 16 07:45:29
2014
@@ -26,6 +26,6 @@
log4j.rootLogger=ERROR, roller-startup
log4j.appender.roller-startup=org.apache.log4j.DailyRollingFileAppender
-log4j.appender.roller-startup.File=roller-startup.log
+log4j.appender.roller-startup.File=${catalina.base}/logs/roller-startup.log
log4j.appender.roller-startup.layout=org.apache.log4j.PatternLayout
log4j.appender.roller-startup.layout.ConversionPattern=%-5p %d{yyyy-MM-dd
HH:mm:ss,SSS} %C{1}:%M - %m%n