Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4832 - trunk/ps-mdm-flowsub-mp/conf

Subject: perfsonar development work

List archive

perfsonar: r4832 - trunk/ps-mdm-flowsub-mp/conf


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4832 - trunk/ps-mdm-flowsub-mp/conf
  • Date: Tue, 23 Dec 2008 08:46:10 -0500

Author: hans.trompert
Date: 2008-12-23 08:46:10 -0500 (Tue, 23 Dec 2008)
New Revision: 4832

Modified:
trunk/ps-mdm-flowsub-mp/conf/log4j.properties
trunk/ps-mdm-flowsub-mp/conf/log4j.syslog.properties
trunk/ps-mdm-flowsub-mp/conf/wizard.properties
Log:
Some more cleanup



Modified: trunk/ps-mdm-flowsub-mp/conf/log4j.properties
===================================================================
--- trunk/ps-mdm-flowsub-mp/conf/log4j.properties 2008-12-23 13:09:37
UTC (rev 4831)
+++ trunk/ps-mdm-flowsub-mp/conf/log4j.properties 2008-12-23 13:46:10
UTC (rev 4832)
@@ -68,7 +68,7 @@

# Group=Debug message logging
# Description=The log message format.
-log4j.appender.debugAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSA-MA.%p%% %m%n
+log4j.appender.debugAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSUB-MP.%p%% %m%n

# Group=Debug message logging
# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
@@ -96,7 +96,7 @@

# Group=Info message logging
# Description=The log message format.
-log4j.appender.infoAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSA-MA.%p%% %m%n
+log4j.appender.infoAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSUB-MP.%p%% %m%n

# Group=Info message logging
# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
@@ -124,7 +124,7 @@

# Group=Warn message logging
# Description=The log message format.
-log4j.appender.warnAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSA-MA.%p%% %m%n
+log4j.appender.warnAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSUB-MP.%p%% %m%n

# Group=Warn message logging
# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
@@ -152,7 +152,7 @@

# Group=Error message logging
# Description=The log message format.
-log4j.appender.errorAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSA-MA.%p%% %m%n
+log4j.appender.errorAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSUB-MP.%p%% %m%n

# Group=Error message logging
# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
@@ -180,7 +180,7 @@

# Group=Fatal message logging
# Description=The log message format.
-log4j.appender.fatalAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSA-MA.%p%% %m%n
+log4j.appender.fatalAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSUB-MP.%p%% %m%n

# Group=Fatal message logging
# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
@@ -208,7 +208,7 @@

# Group=All message logging
# Description=The log message format.
-log4j.appender.psRootAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSA-MA.%p%% %m%n
+log4j.appender.psRootAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSUB-MP.%p%% %m%n

# Group=All message logging
# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
@@ -228,7 +228,7 @@
#log4j.appender.rootAppender.MaxBackupIndex=11

#log4j.appender.rootAppender.File=/usr/lib/perfsonar/services/ps-mdm-flowsub-mp/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.appender.rootAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSUB-MP.%p%% %m%n
#log4j.rootLogger=DEBUG, rootAppender
#log4j.appender.rootAppender.MaxFileSize=500KB
#log4j.appender.rootAppender=org.apache.log4j.RollingFileAppender

Modified: trunk/ps-mdm-flowsub-mp/conf/log4j.syslog.properties
===================================================================
--- trunk/ps-mdm-flowsub-mp/conf/log4j.syslog.properties 2008-12-23
13:09:37 UTC (rev 4831)
+++ trunk/ps-mdm-flowsub-mp/conf/log4j.syslog.properties 2008-12-23
13:46:10 UTC (rev 4832)
@@ -54,7 +54,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/ps-mdm-flowsub-mp/WEB-INF/log/perfsonar_debug.log

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

# Group=Debug message logging
# Description=The log message format.
-log4j.appender.debugAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSA-MA.%p%% %m%n
+log4j.appender.debugAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSUB-MP.%p%% %m%n

# Group=Debug message logging
# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
@@ -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=/var/lib/tomcat5.5/logs/perfsonar_info.log
+log4j.appender.infoAppender.File=/usr/lib/perfsonar/services/ps-mdm-flowsub-mp/WEB-INF/log/perfsonar_info.log

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

# Group=Info message logging
# Description=The log message format.
-log4j.appender.infoAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSA-MA.%p%% %m%n
+log4j.appender.infoAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSUB-MP.%p%% %m%n

# Group=Info message logging
# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
@@ -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=/var/lib/tomcat5.5/logs/perfsonar_warn.log
+log4j.appender.warnAppender.File=/usr/lib/perfsonar/services/ps-mdm-flowsub-mp/WEB-INF/log/perfsonar_warn.log

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

# Group=Warn message logging
# Description=The log message format.
-log4j.appender.warnAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSA-MA.%p%% %m%n
+log4j.appender.warnAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSUB-MP.%p%% %m%n

# Group=Warn message logging
# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
@@ -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=/var/lib/tomcat5.5/logs/perfsonar_error.log
+log4j.appender.errorAppender.File=/usr/lib/perfsonar/services/ps-mdm-flowsub-mp/WEB-INF/log/perfsonar_error.log

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

# Group=Error message logging
# Description=The log message format.
-log4j.appender.errorAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSA-MA.%p%% %m%n
+log4j.appender.errorAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSUB-MP.%p%% %m%n

# Group=Error message logging
# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
@@ -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=/var/lib/tomcat5.5/logs/perfsonar_fatal.log
+log4j.appender.fatalAppender.File=/usr/lib/perfsonar/services/ps-mdm-flowsub-mp/WEB-INF/log/perfsonar_fatal.log

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

# Group=Fatal message logging
# Description=The log message format.
-log4j.appender.fatalAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSA-MA.%p%% %m%n
+log4j.appender.fatalAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSUB-MP.%p%% %m%n

# Group=Fatal message logging
# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
@@ -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=/var/lib/tomcat5.5/logs/perfsonar.log
+log4j.appender.psRootAppender.File=/usr/lib/perfsonar/services/ps-mdm-flowsub-mp/WEB-INF/log/perfsonar.log

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

# Group=All message logging
# Description=The log message format.
-log4j.appender.psRootAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSA-MA.%p%% %m%n
+log4j.appender.psRootAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSUB-MP.%p%% %m%n

# Group=All message logging
# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
@@ -230,7 +230,7 @@

# Group=Syslog logging
# Description=The log message format. It can includes @Location after
PERFSONAR-AS.
-log4j.appender.SYSLOG.layout.ConversionPattern=\%PS-MDM-FLOWSA-MA.%p\% %m%n
+log4j.appender.SYSLOG.layout.ConversionPattern=\%PS-MDM-FLOWSUB-MP.%p\% %m%n



@@ -240,9 +240,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/ps-mdm-flowsub-mp/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.appender.rootAppender.layout.ConversionPattern=%d
%%PS-MDM-FLOWSUB-MP.%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-flowsub-mp/conf/wizard.properties
===================================================================
--- trunk/ps-mdm-flowsub-mp/conf/wizard.properties 2008-12-23 13:09:37
UTC (rev 4831)
+++ trunk/ps-mdm-flowsub-mp/conf/wizard.properties 2008-12-23 13:46:10
UTC (rev 4832)
@@ -55,7 +55,7 @@
<Group order="3">LS</Group>
</property>
<property>
- <entry key="service.r.service_version">0.1</entry>
+ <entry key="service.r.service_version">1.0.2</entry>
<Comment>Enter the version of the service</Comment>
<ProposedValue>1.0</ProposedValue>
<Group order="4">LS</Group>



  • perfsonar: r4832 - trunk/ps-mdm-flowsub-mp/conf, svnlog, 12/23/2008

Archive powered by MHonArc 2.6.16.

Top of Page