Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r5024 - in trunk/geant2-java-rrd-ma: conf doc packaging/deb packaging/rpm

Subject: perfsonar development work

List archive

perfsonar: r5024 - in trunk/geant2-java-rrd-ma: conf doc packaging/deb packaging/rpm


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r5024 - in trunk/geant2-java-rrd-ma: conf doc packaging/deb packaging/rpm
  • Date: Wed, 4 Mar 2009 09:25:39 -0500

Author: roman
Date: 2009-03-04 09:25:38 -0500 (Wed, 04 Mar 2009)
New Revision: 5024

Modified:
trunk/geant2-java-rrd-ma/conf/log4j.syslog.properties
trunk/geant2-java-rrd-ma/doc/ChangeLog.txt
trunk/geant2-java-rrd-ma/packaging/deb/changelog
trunk/geant2-java-rrd-ma/packaging/rpm/geant2-java-rrd-ma.specs
Log:
Bug #724 fixed (wrong paths of log files)


Modified: trunk/geant2-java-rrd-ma/conf/log4j.syslog.properties
===================================================================
--- trunk/geant2-java-rrd-ma/conf/log4j.syslog.properties 2009-03-04
14:20:06 UTC (rev 5023)
+++ trunk/geant2-java-rrd-ma/conf/log4j.syslog.properties 2009-03-04
14:25:38 UTC (rev 5024)
@@ -82,7 +82,7 @@

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

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

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

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

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

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

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

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

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

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

# ROOT
#log4j.appender.rootAppender.MaxBackupIndex=11
-#log4j.appender.rootAppender.File=/usr/lib/perfsonar/services/geant2-java-rrd-ma/WEB-INF/log/geant2-java-rrd-ma/perfsonar_root.log
+#log4j.appender.rootAppender.File=/usr/lib/perfsonar/services/geant2-java-rrd-ma/WEB-INF/log/perfsonar_root.log
#log4j.appender.rootAppender.layout=org.apache.log4j.PatternLayout
#log4j.appender.rootAppender.layout.ConversionPattern=%d
%%GEANT2-JAVA-RRD-MA.%p%% %m%n
#log4j.rootLogger=DEBUG, rootAppender

Modified: trunk/geant2-java-rrd-ma/doc/ChangeLog.txt
===================================================================
--- trunk/geant2-java-rrd-ma/doc/ChangeLog.txt 2009-03-04 14:20:06 UTC (rev
5023)
+++ trunk/geant2-java-rrd-ma/doc/ChangeLog.txt 2009-03-04 14:25:38 UTC (rev
5024)
@@ -1,5 +1,9 @@
RRD MA ChangeLog

+2009-03-04 Version 3.1.1
+
+- Fixed Bug #724: wrong paths of log files
+
2008-10-01 Version 3.1

- New: available as deb package

Modified: trunk/geant2-java-rrd-ma/packaging/deb/changelog
===================================================================
--- trunk/geant2-java-rrd-ma/packaging/deb/changelog 2009-03-04 14:20:06
UTC (rev 5023)
+++ trunk/geant2-java-rrd-ma/packaging/deb/changelog 2009-03-04 14:25:38
UTC (rev 5024)
@@ -1,3 +1,9 @@
+geant2-java-rrd-ma (3.1.1-1) stable; urgency=low
+
+ * Fixed Bug #724: wrong paths of log files
+
+ -- Roman Lapacz
<>
Wed, 04 Mar 2009 12:00:00 +0200
+
geant2-java-rrd-ma (3.1-1) stable; urgency=low

* New: EchoRequest message allows now checking: if eXist database is
running and the count the content of metadata configuration file; access data
from random RRD file. It is also possible to request a self-test including
all above.

Modified: trunk/geant2-java-rrd-ma/packaging/rpm/geant2-java-rrd-ma.specs
===================================================================
--- trunk/geant2-java-rrd-ma/packaging/rpm/geant2-java-rrd-ma.specs
2009-03-04 14:20:06 UTC (rev 5023)
+++ trunk/geant2-java-rrd-ma/packaging/rpm/geant2-java-rrd-ma.specs
2009-03-04 14:25:38 UTC (rev 5024)
@@ -1,7 +1,7 @@
%define prefix /usr/lib/perfsonar/services/%{name}

Name: geant2-java-rrd-ma
-Version: 3.1
+Version: 3.1.1
License: Modified BSD
Release: 1
Summary: perfSONAR Round Robin Database
@@ -128,6 +128,9 @@


%changelog
+* Wed Mar 04 2009 Roman Lapacz
<>
3.1.1-1
+- Fixed Bug #724: wrong paths of log files
+
* Wed Oct 01 2008 Roman Lapacz
<>
3.1-1
- New: EchoRequest message allows now checking: if eXist database is running
and the count the content of metadata configuration file; access data from
random RRD file. It is also possible to request a self-test including all
above.
- New: parameter keyword introduced in metadata block to indicate
project/organisation name



  • perfsonar: r5024 - in trunk/geant2-java-rrd-ma: conf doc packaging/deb packaging/rpm, svnlog, 03/04/2009

Archive powered by MHonArc 2.6.16.

Top of Page