Author: raminder
Date: Wed Oct 30 14:20:42 2013
New Revision: 1537101

URL: http://svn.apache.org/r1537101
Log:
changed the log location to target directory to avoid local modification

Modified:
    airavata/trunk/modules/integration-tests/src/test/resources/log4j.properties

Modified: 
airavata/trunk/modules/integration-tests/src/test/resources/log4j.properties
URL: 
http://svn.apache.org/viewvc/airavata/trunk/modules/integration-tests/src/test/resources/log4j.properties?rev=1537101&r1=1537100&r2=1537101&view=diff
==============================================================================
--- 
airavata/trunk/modules/integration-tests/src/test/resources/log4j.properties 
(original)
+++ 
airavata/trunk/modules/integration-tests/src/test/resources/log4j.properties 
Wed Oct 30 14:20:42 2013
@@ -28,7 +28,7 @@ log4j.appender.CONSOLE.layout.Conversion
 
 # LOGFILE is set to be a File appender using a PatternLayout.
 log4j.appender.LOGFILE=org.apache.log4j.FileAppender
-log4j.appender.LOGFILE.File=./integration-tests.log
+log4j.appender.LOGFILE.File=./target/integration-tests.log
 log4j.appender.LOGFILE.Append=true
 log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout
 log4j.appender.LOGFILE.layout.ConversionPattern=%d [%t] %-5p %c %x - %m%n


Reply via email to