aboutsummaryrefslogtreecommitdiff
path: root/spss.server/data/deploy/conf/moa-spss/log4j.properties
diff options
context:
space:
mode:
authorgregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-05-24 09:39:57 +0000
committergregor <gregor@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-05-24 09:39:57 +0000
commit83f1f8202d266ac6d896bfc7d04952c3780cc77e (patch)
tree0701f3a821a3c41388f5f0c754058a07e962af9f /spss.server/data/deploy/conf/moa-spss/log4j.properties
parentb650066176c1315e83aac9b0ebfa3b539032e53e (diff)
downloadmoa-id-spss-83f1f8202d266ac6d896bfc7d04952c3780cc77e.tar.gz
moa-id-spss-83f1f8202d266ac6d896bfc7d04952c3780cc77e.tar.bz2
moa-id-spss-83f1f8202d266ac6d896bfc7d04952c3780cc77e.zip
Deploy-Konfiguration gelöscht, ist nun im Projekt spss.handbook
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@335 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss.server/data/deploy/conf/moa-spss/log4j.properties')
-rw-r--r--spss.server/data/deploy/conf/moa-spss/log4j.properties37
1 files changed, 0 insertions, 37 deletions
diff --git a/spss.server/data/deploy/conf/moa-spss/log4j.properties b/spss.server/data/deploy/conf/moa-spss/log4j.properties
deleted file mode 100644
index 32cfed9dc..000000000
--- a/spss.server/data/deploy/conf/moa-spss/log4j.properties
+++ /dev/null
@@ -1,37 +0,0 @@
-#
-# Sample log4j configuration for the MOA-SPSS web service
-#
-
-# commons-logging setup
-org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.Log4jFactory
-
-# Configure root logger and loggers for moa-spss
-log4j.rootLogger=info, stdout
-log4j.logger.moa.spss.server=info, moaspss
-log4j.logger.iaik.server=info, moaspss
-
-# 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 'moaspss' appender to write moa-spss related logging output
-# to the file 'logs/moa-spss.log'. The file is rolled over every 1000KB,
-# and a maximum history of 10 log files is being kept.
-log4j.appender.moaspss=org.apache.log4j.RollingFileAppender
-log4j.appender.moaspss.File=logs/moa-spss.log
-log4j.appender.moaspss.MaxFileSize=1000KB
-log4j.appender.moaspss.MaxBackupIndex=10
-log4j.appender.moaspss.layout=org.apache.log4j.PatternLayout
-log4j.appender.moaspss.layout.ConversionPattern=%5p | %d{dd HH:mm:ss,SSS} | %20c | %10t | %m%n
-
-# Configure the jdbc appender 'JDBC' to write logging output
-# to the given PostgreSQL database
-# a suitable table called 'spss_log' must have been created in the
-# database using the command:
-# create table spss_log (log_time timestamp, log_level char(5), log_msg text)
-log4j.appender.JDBC=org.apache.log4j.jdbc.JDBCAppender
-log4j.appender.JDBC.driver=org.postgresql.Driver
-log4j.appender.JDBC.URL=jdbc:postgresql://10.16.46.108/moa?user=moa&password=moatest
-log4j.appender.JDBC.layout=org.apache.log4j.PatternLayout
-log4j.appender.JDBC.sql=INSERT INTO spss_log (log_time, log_level, log_msg) VALUES ('%d{ yyyy-MM-dd HH:mm:ss.SSS}', '%5p', '%m') \ No newline at end of file