perfsonar-dev - perfsonar: r3747 - in trunk/geant2_java-xml-ls/conf: . conf-rpm
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: perfsonar: r3747 - in trunk/geant2_java-xml-ls/conf: . conf-rpm
- Date: Mon, 21 Apr 2008 06:04:22 -0400
Author: mac
Date: 2008-04-21 06:04:22 -0400 (Mon, 21 Apr 2008)
New Revision: 3747
Modified:
trunk/geant2_java-xml-ls/conf/conf-rpm/log4j.properties
trunk/geant2_java-xml-ls/conf/log4j.properties.template
Log:
path changes - to /opt/perfsonar
Modified: trunk/geant2_java-xml-ls/conf/conf-rpm/log4j.properties
===================================================================
--- trunk/geant2_java-xml-ls/conf/conf-rpm/log4j.properties 2008-04-21
10:02:54 UTC (rev 3746)
+++ trunk/geant2_java-xml-ls/conf/conf-rpm/log4j.properties 2008-04-21
10:04:22 UTC (rev 3747)
@@ -6,12 +6,12 @@
# the path of a directory which contains log files
-logDir=/home/perfsonar/webapps/XML-LS/WEB-INF/logs
+logDir=/opt/perfsonar/services/xml-ls/WEB-INF/logs
##
## All log levels in one log file.
-## Dafaultly debug level is switched off (commented).
+## By default debug level is switched off (commented).
##
# Group=Log levels
@@ -35,11 +35,12 @@
log4j.logger.sonar-fatal=FATAL, psRootAppender
+
##
## Uncomment this block (and comment the one above)
## if you want to have log levels in separate log files
##
-## this section is only for developer's tests
+## this section is only for developer tests
##
#log4j.logger.sonar-debug=DEBUG, debugAppender, psRootAppender
#log4j.logger.sonar-info=INFO, infoAppender, psRootAppender
@@ -58,7 +59,7 @@
# Group=Debug message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.debugAppender.File=/home/perfsonar/webapps/XML-LS/WEB-INF/logs/perfsonar_debug.log
+log4j.appender.debugAppender.File=/opt/perfsonar/services/xml-ls/WEB-INF/logs/perfsonar_debug.log
# Group=Debug message logging
# Description=The class responsible for the logging layout.
@@ -77,6 +78,7 @@
log4j.appender.debugAppender=org.apache.log4j.RollingFileAppender
+
######################################### INFO
########################################
# Group=Info message logging
@@ -85,7 +87,7 @@
# Group=Info message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.infoAppender.File=/home/perfsonar/webapps/XML-LS/WEB-INF/logs/perfsonar_info.log
+log4j.appender.infoAppender.File=/opt/perfsonar/services/xml-ls/WEB-INF/logs/perfsonar_info.log
# Group=Info message logging
# Description=The class responsible for the logging layout.
@@ -102,9 +104,9 @@
# Group=Info message logging
# Description=The class responsible for appending log messages to the log
file.
log4j.appender.infoAppender=org.apache.log4j.RollingFileAppender
-
+
######################################### WARN
########################################
# Group=Warn message logging
@@ -113,7 +115,7 @@
# Group=Warn message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.warnAppender.File=/home/perfsonar/webapps/XML-LS/WEB-INF/logs/perfsonar_warn.log
+log4j.appender.warnAppender.File=/opt/perfsonar/services/xml-ls/WEB-INF/logs/perfsonar_warn.log
# Group=Warn message logging
# Description=The class responsible for the logging layout.
@@ -132,6 +134,7 @@
log4j.appender.warnAppender=org.apache.log4j.RollingFileAppender
+
######################################### ERROR
#######################################
# Group=Error message logging
@@ -140,7 +143,7 @@
# Group=Error message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.errorAppender.File=/home/perfsonar/webapps/XML-LS/WEB-INF/logs/perfsonar_error.log
+log4j.appender.errorAppender.File=/opt/perfsonar/services/xml-ls/WEB-INF/logs/perfsonar_error.log
# Group=Error message logging
# Description=The class responsible for the logging layout.
@@ -168,7 +171,7 @@
# Group=Fatal message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.fatalAppender.File=/home/perfsonar/webapps/XML-LS/WEB-INF/logs/perfsonar_fatal.log
+log4j.appender.fatalAppender.File=/opt/perfsonar/services/xml-ls/WEB-INF/logs/perfsonar_fatal.log
# Group=Fatal message logging
# Description=The class responsible for the logging layout.
@@ -196,7 +199,7 @@
# Group=All message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.psRootAppender.File=/home/perfsonar/webapps/XML-LS/WEB-INF/logs/perfsonar.log
+log4j.appender.psRootAppender.File=/opt/perfsonar/services/xml-ls/WEB-INF/logs/perfsonar.log
# Group=All message logging
# Description=The class responsible for the logging layout.
@@ -222,7 +225,7 @@
# ROOT
#log4j.appender.rootAppender.MaxBackupIndex=11
-#log4j.appender.rootAppender.File=/home/perfsonar/webapps/XML-LS/WEB-INF/logs/perfsonar_root.log
+#log4j.appender.rootAppender.File=/opt/perfsonar/services/xml-ls/WEB-INF/logs/perfsonar_root.log
#log4j.appender.rootAppender.layout=org.apache.log4j.PatternLayout
#log4j.appender.rootAppender.layout.ConversionPattern=%d %5p - %m%n
#log4j.rootLogger=DEBUG, rootAppender
Modified: trunk/geant2_java-xml-ls/conf/log4j.properties.template
===================================================================
--- trunk/geant2_java-xml-ls/conf/log4j.properties.template 2008-04-21
10:02:54 UTC (rev 3746)
+++ trunk/geant2_java-xml-ls/conf/log4j.properties.template 2008-04-21
10:04:22 UTC (rev 3747)
@@ -4,24 +4,44 @@
## author: romradz
+
+# the path of a directory which contains log files
logDir=_LOGPATH_
##
-## All log levels is one log file.
-## Dafaultly debug level is switched off (commented).
+## All log levels in one log file.
+## By default debug level is switched off (commented).
##
-log4j.logger.sonar-debug=DEBUG, psRootAppender
+
+# Group=Log levels
+# Description=Assigns debug log messages to the specified log appender.
+#log4j.logger.sonar-debug=DEBUG, psRootAppender
+
+# Group=Log levels
+# Description=Assigns info log messages to the specified log appender.
log4j.logger.sonar-info=INFO, psRootAppender
+
+# Group=Log levels
+# Description=Assigns warn log messages to the specified log appender.
log4j.logger.sonar-warn=WARN, psRootAppender
+
+# Group=Log levels
+# Description=Assigns error log messages to the specified log appender.
log4j.logger.sonar-error=ERROR, psRootAppender
+
+# Group=Log levels
+# Description=Assigns fatal log messages to the specified log appender.
log4j.logger.sonar-fatal=FATAL, psRootAppender
+
##
## Uncomment this block (and comment the one above)
## if you want to have log levels in separate log files
-##
+##
+## this section is only for developer tests
+##
#log4j.logger.sonar-debug=DEBUG, debugAppender, psRootAppender
#log4j.logger.sonar-info=INFO, infoAppender, psRootAppender
#log4j.logger.sonar-warn=WARN, warnAppender, psRootAppender
@@ -29,56 +49,181 @@
#log4j.logger.sonar-fatal=FATAL, fatalAppender, psRootAppender
-#DEBUG
+
+
+######################################### DEBUG
#######################################
+
+# Group=Debug message logging
+# Description=The maximum number of backup log files to create.
log4j.appender.debugAppender.MaxBackupIndex=11
+
+# Group=Debug message logging
+# Description=The path to the log file, including the log file's name.
log4j.appender.debugAppender.File=_LOGPATH_/perfsonar_debug.log
+
+# Group=Debug message logging
+# Description=The class responsible for the logging layout.
log4j.appender.debugAppender.layout=org.apache.log4j.PatternLayout
+
+# Group=Debug message logging
+# Description=The log message format.
log4j.appender.debugAppender.layout.ConversionPattern=%d %5p - %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.
log4j.appender.debugAppender.MaxFileSize=500KB
+
+# Group=Debug message logging
+# Description=The class responsible for appending log messages to the log
file.
log4j.appender.debugAppender=org.apache.log4j.RollingFileAppender
-#INFO
+
+
+######################################### INFO
########################################
+
+# Group=Info message logging
+# Description=The maximum number of backup log files to create.
log4j.appender.infoAppender.MaxBackupIndex=11
+
+# Group=Info message logging
+# Description=The path to the log file, including the log file's name.
log4j.appender.infoAppender.File=_LOGPATH_/perfsonar_info.log
+
+# Group=Info message logging
+# Description=The class responsible for the logging layout.
log4j.appender.infoAppender.layout=org.apache.log4j.PatternLayout
+
+# Group=Info message logging
+# Description=The log message format.
log4j.appender.infoAppender.layout.ConversionPattern=%d %5p - %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.
log4j.appender.infoAppender.MaxFileSize=500KB
+
+# Group=Info message logging
+# Description=The class responsible for appending log messages to the log
file.
log4j.appender.infoAppender=org.apache.log4j.RollingFileAppender
-#WARN
+
+
+######################################### WARN
########################################
+
+# Group=Warn message logging
+# Description=The maximum number of backup log files to create.
log4j.appender.warnAppender.MaxBackupIndex=11
+
+# Group=Warn message logging
+# Description=The path to the log file, including the log file's name.
log4j.appender.warnAppender.File=_LOGPATH_/perfsonar_warn.log
+
+# Group=Warn message logging
+# Description=The class responsible for the logging layout.
log4j.appender.warnAppender.layout=org.apache.log4j.PatternLayout
+
+# Group=Warn message logging
+# Description=The log message format.
log4j.appender.warnAppender.layout.ConversionPattern=%d %5p - %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.
log4j.appender.warnAppender.MaxFileSize=500KB
+
+# Group=Warn message logging
+# Description=The class responsible for appending log messages the log file.
log4j.appender.warnAppender=org.apache.log4j.RollingFileAppender
-#ERROR
+
+
+######################################### ERROR
#######################################
+
+# Group=Error message logging
+# Description=The maximum number of backup log files to create.
log4j.appender.errorAppender.MaxBackupIndex=11
+
+# Group=Error message logging
+# Description=The path to the log file, including the log file's name.
log4j.appender.errorAppender.File=_LOGPATH_/perfsonar_error.log
+
+# Group=Error message logging
+# Description=The class responsible for the logging layout.
log4j.appender.errorAppender.layout=org.apache.log4j.PatternLayout
+
+# Group=Error message logging
+# Description=The log message format.
log4j.appender.errorAppender.layout.ConversionPattern=%d %5p - %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.
log4j.appender.errorAppender.MaxFileSize=500KB
+
+# Group=Error message logging
+# Description=The class responsible for appending log messages the log file.
log4j.appender.errorAppender=org.apache.log4j.RollingFileAppender
-#FATAL
+
+
+######################################### FATAL
#######################################
+
+# Group=Fatal message logging
+# Description=The maximum number of backup log files to create.
log4j.appender.fatalAppender.MaxBackupIndex=11
+
+# Group=Fatal message logging
+# Description=The path to the log file, including the log file's name.
log4j.appender.fatalAppender.File=_LOGPATH_/perfsonar_fatal.log
+
+# Group=Fatal message logging
+# Description=The class responsible for the logging layout.
log4j.appender.fatalAppender.layout=org.apache.log4j.PatternLayout
+
+# Group=Fatal message logging
+# Description=The log message format.
log4j.appender.fatalAppender.layout.ConversionPattern=%d %5p - %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.
log4j.appender.fatalAppender.MaxFileSize=500KB
+
+# Group=Fatal message logging
+# Description=The class responsible for appending log messages the log file.
log4j.appender.fatalAppender=org.apache.log4j.RollingFileAppender
-#ALL
+
+
+######################################### ALL
#########################################
+
+# Group=All message logging
+# Description=The maximum number of backup log files to create.
log4j.appender.psRootAppender.MaxBackupIndex=11
+
+# Group=All message logging
+# Description=The path to the log file, including the log file's name.
log4j.appender.psRootAppender.File=_LOGPATH_/perfsonar.log
+
+# Group=All message logging
+# Description=The class responsible for the logging layout.
log4j.appender.psRootAppender.layout=org.apache.log4j.PatternLayout
+
+# Group=All message logging
+# Description=The log message format.
log4j.appender.psRootAppender.layout.ConversionPattern=%d %5p - %m%n
-log4j.appender.psRootAppender=org.apache.log4j.RollingFileAppender
+
+# 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.
log4j.appender.psRootAppender.MaxFileSize=500KB
+# Group=All message logging
+# Description=The class responsible for appending log messages the log file.
+log4j.appender.psRootAppender=org.apache.log4j.RollingFileAppender
-#ROOT
+
+
+######################################### ROOT
#########################################
+
+# this section is only for developer's tests
+
+# ROOT
#log4j.appender.rootAppender.MaxBackupIndex=11
#log4j.appender.rootAppender.File=_LOGPATH_/perfsonar_root.log
#log4j.appender.rootAppender.layout=org.apache.log4j.PatternLayout
- perfsonar: r3747 - in trunk/geant2_java-xml-ls/conf: . conf-rpm, svnlog, 04/21/2008
Archive powered by MHonArc 2.6.16.