You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by la...@apache.org on 2012/10/18 22:28:20 UTC

svn commit: r1399833 - /airavata/trunk/modules/distribution/src/main/resources/conf/log4j.properties

Author: lahiru
Date: Thu Oct 18 20:28:19 2012
New Revision: 1399833

URL: http://svn.apache.org/viewvc?rev=1399833&view=rev
Log:
change the log file locaiton.

Modified:
    airavata/trunk/modules/distribution/src/main/resources/conf/log4j.properties

Modified: airavata/trunk/modules/distribution/src/main/resources/conf/log4j.properties
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/src/main/resources/conf/log4j.properties?rev=1399833&r1=1399832&r2=1399833&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/src/main/resources/conf/log4j.properties (original)
+++ airavata/trunk/modules/distribution/src/main/resources/conf/log4j.properties Thu Oct 18 20:28:19 2012
@@ -34,7 +34,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=axis2.log
+log4j.appender.LOGFILE.File=../../bin/axis2.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