You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by je...@apache.org on 2012/04/19 22:13:55 UTC

svn commit: r1328101 - /chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-client/src/main/resources/log4j.properties

Author: jens
Date: Thu Apr 19 20:13:54 2012
New Revision: 1328101

URL: http://svn.apache.org/viewvc?rev=1328101&view=rev
Log:
move logfiles location to target dir [CMIS-522]

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-client/src/main/resources/log4j.properties

Modified: chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-client/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-client/src/main/resources/log4j.properties?rev=1328101&r1=1328100&r2=1328101&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-client/src/main/resources/log4j.properties (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-client/src/main/resources/log4j.properties Thu Apr 19 20:13:54 2012
@@ -22,7 +22,7 @@ log4j.appender.O=org.apache.log4j.Consol
 
 # File
 log4j.appender.R=org.apache.log4j.RollingFileAppender
-log4j.appender.R.File=log4j.log
+log4j.appender.R.File=target/logs/log4j.log
 
 # Control the maximum log file size
 log4j.appender.R.MaxFileSize=100KB