aboutsummaryrefslogtreecommitdiff
path: root/erecht.client.ss/data/conf/log4j.properties
diff options
context:
space:
mode:
authorpdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-09-05 10:19:19 +0000
committerpdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d>2007-09-05 10:19:19 +0000
commitef61e7c9b4591f65ebe9abf6afad51999136e41c (patch)
tree9685b0eafa4f3793f02c96c2999fa1603fbc9e85 /erecht.client.ss/data/conf/log4j.properties
parent15ff0aeee18b4f7774d65b3b6b4fdba04996efe9 (diff)
downloadmoa-id-spss-ef61e7c9b4591f65ebe9abf6afad51999136e41c.tar.gz
moa-id-spss-ef61e7c9b4591f65ebe9abf6afad51999136e41c.tar.bz2
moa-id-spss-ef61e7c9b4591f65ebe9abf6afad51999136e41c.zip
removed obsolete files
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@992 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'erecht.client.ss/data/conf/log4j.properties')
-rw-r--r--erecht.client.ss/data/conf/log4j.properties22
1 files changed, 0 insertions, 22 deletions
diff --git a/erecht.client.ss/data/conf/log4j.properties b/erecht.client.ss/data/conf/log4j.properties
deleted file mode 100644
index 7a5b44b1d..000000000
--- a/erecht.client.ss/data/conf/log4j.properties
+++ /dev/null
@@ -1,22 +0,0 @@
-#
-# Sample log4j configuration for the MOA-SS E-Recht Client web service
-#
-
-# Configure root logger and loggers for moa-spss
-log4j.rootLogger=info, stdout
-log4j.logger.erechtclient=debug, moasse
-
-# Configure the 'stdout' appender to write logging output to the console
-log4j.appender.stdout=org.apache.log4j.ConsoleAppender
-log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.layout.ConversionPattern=%5p | %d{dd HH:mm:ss,SSS} | %20c | %10t | %m%n
-
-# Configure the 'moasse' appender to write moa ss e-recht client related logging output
-# to the file 'logs/moa-ss-erecht-client.log'. The file is rolled over every 1000KB,
-# and a maximum history of 10 log files is being kept.
-log4j.appender.moasse=org.apache.log4j.RollingFileAppender
-log4j.appender.moasse.File=${catalina.base}/logs/moa-ss-erecht-client.log
-log4j.appender.moasse.MaxFileSize=1000KB
-log4j.appender.moasse.MaxBackupIndex=10
-log4j.appender.moasse.layout=org.apache.log4j.PatternLayout
-log4j.appender.moasse.layout.ConversionPattern=%5p | %d{dd HH:mm:ss,SSS} | %20c | %10t | %m%n