Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4748 - in trunk/ps-mdm-flowsa-ma: . conf

Subject: perfsonar development work

List archive

perfsonar: r4748 - in trunk/ps-mdm-flowsa-ma: . conf


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4748 - in trunk/ps-mdm-flowsa-ma: . conf
  • Date: Mon, 8 Dec 2008 09:16:58 -0500

Author: hans.trompert
Date: 2008-12-08 09:16:58 -0500 (Mon, 08 Dec 2008)
New Revision: 4748

Modified:
trunk/ps-mdm-flowsa-ma/conf/log4j.properties
trunk/ps-mdm-flowsa-ma/pom.xml
Log:
updated paths in log4j.properties
bumped version in pom.xml
removed FinalName from pom.xml



Modified: trunk/ps-mdm-flowsa-ma/conf/log4j.properties
===================================================================
--- trunk/ps-mdm-flowsa-ma/conf/log4j.properties 2008-12-08 13:55:38
UTC (rev 4747)
+++ trunk/ps-mdm-flowsa-ma/conf/log4j.properties 2008-12-08 14:16:58
UTC (rev 4748)
@@ -7,7 +7,7 @@

# Group=Logging
# Description=The location of the log directory.
-logDir=/var/lib/tomcat5.5/logs
+logDir=/usr/lib/perfsonar/services/geant2-java-as/WEB-INF/log


##
@@ -60,7 +60,7 @@

# Group=Debug message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.debugAppender.File=/var/lib/tomcat5.5/logs/perfsonar_debug.log
+log4j.appender.debugAppender.File=/usr/lib/perfsonar/services/geant2-java-as/WEB-INF/log/perfsonar_debug.log

# Group=Debug message logging
# Description=The class responsible for the logging layout.
@@ -88,7 +88,7 @@

# Group=Info message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.infoAppender.File=/var/lib/tomcat5.5/logs/perfsonar_info.log
+log4j.appender.infoAppender.File=/usr/lib/perfsonar/services/geant2-java-as/WEB-INF/log/perfsonar_info.log

# Group=Info message logging
# Description=The class responsible for the logging layout.
@@ -116,7 +116,7 @@

# Group=Warn message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.warnAppender.File=/var/lib/tomcat5.5/logs/perfsonar_warn.log
+log4j.appender.warnAppender.File=/usr/lib/perfsonar/services/geant2-java-as/WEB-INF/log/perfsonar_warn.log

# Group=Warn message logging
# Description=The class responsible for the logging layout.
@@ -144,7 +144,7 @@

# Group=Error message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.errorAppender.File=/var/lib/tomcat5.5/logs/perfsonar_error.log
+log4j.appender.errorAppender.File=/usr/lib/perfsonar/services/geant2-java-as/WEB-INF/log/perfsonar_error.log

# Group=Error message logging
# Description=The class responsible for the logging layout.
@@ -172,7 +172,7 @@

# Group=Fatal message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.fatalAppender.File=/var/lib/tomcat5.5/logs/perfsonar_fatal.log
+log4j.appender.fatalAppender.File=/usr/lib/perfsonar/services/geant2-java-as/WEB-INF/log/perfsonar_fatal.log

# Group=Fatal message logging
# Description=The class responsible for the logging layout.
@@ -200,7 +200,7 @@

# Group=All message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.psRootAppender.File=/var/lib/tomcat5.5/logs/perfsonar.log
+log4j.appender.psRootAppender.File=/usr/lib/perfsonar/services/geant2-java-as/WEB-INF/log/perfsonar.log

# Group=All message logging
# Description=The class responsible for the logging layout.
@@ -226,9 +226,9 @@

# ROOT
#log4j.appender.rootAppender.MaxBackupIndex=11
-#log4j.appender.rootAppender.File=/var/lib/tomcat5.5/logs/perfsonar_root.log
+#log4j.appender.rootAppender.File=/usr/lib/perfsonar/services/geant2-java-as/WEB-INF/log/perfsonar_root.log
#log4j.appender.rootAppender.layout=org.apache.log4j.PatternLayout
#log4j.appender.rootAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSA-MA.%p%% %m%n
#log4j.rootLogger=DEBUG, rootAppender
#log4j.appender.rootAppender.MaxFileSize=500KB
-#log4j.appender.rootAppender=org.apache.log4j.RollingFileAppender
\ No newline at end of file
+#log4j.appender.rootAppender=org.apache.log4j.RollingFileAppender

Modified: trunk/ps-mdm-flowsa-ma/pom.xml
===================================================================
--- trunk/ps-mdm-flowsa-ma/pom.xml 2008-12-08 13:55:38 UTC (rev 4747)
+++ trunk/ps-mdm-flowsa-ma/pom.xml 2008-12-08 14:16:58 UTC (rev 4748)
@@ -5,7 +5,7 @@
<artifactId>ps-mdm-flowsa-ma</artifactId>
<packaging>war</packaging>
<name>Flowsa Measurement Archive</name>
- <version>0.9.1</version>
+ <version>1.0.1</version>
<description>
Flow selection and aggregation Measurement Archive for
perfSONAR. For more information see the wiki-page.
@@ -54,7 +54,6 @@
</testSourceDirectory>
<outputDirectory>${basedir}/bin</outputDirectory>
<directory>${basedir}/build</directory>
- <finalName>flowsama</finalName>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>



  • perfsonar: r4748 - in trunk/ps-mdm-flowsa-ma: . conf, svnlog, 12/08/2008

Archive powered by MHonArc 2.6.16.

Top of Page