diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-28 07:52:01 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-28 07:52:01 +0100 |
commit | 59ea59a630324123207c55cc1e9ca6498aa002e0 (patch) | |
tree | 6a21b0f44581ca88ff2f415b95ab6484d4dd5824 /spss/handbook/conf/moa-spss | |
parent | 6783be6c49de564657958a2c242a4365c5d05650 (diff) | |
download | moa-id-spss-59ea59a630324123207c55cc1e9ca6498aa002e0.tar.gz moa-id-spss-59ea59a630324123207c55cc1e9ca6498aa002e0.tar.bz2 moa-id-spss-59ea59a630324123207c55cc1e9ca6498aa002e0.zip |
MOA-SPSS: update default log4j.propertiesMOA-2.0.0
Diffstat (limited to 'spss/handbook/conf/moa-spss')
-rw-r--r-- | spss/handbook/conf/moa-spss/log4j.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spss/handbook/conf/moa-spss/log4j.properties b/spss/handbook/conf/moa-spss/log4j.properties index 67bd58309..023cdc0a3 100644 --- a/spss/handbook/conf/moa-spss/log4j.properties +++ b/spss/handbook/conf/moa-spss/log4j.properties @@ -7,7 +7,8 @@ org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.Log4jFacto # Configure root logger and loggers for moa-spss log4j.rootLogger=info, stdout -log4j.logger.moa.spss.server=info, moaspss +log4j.logger.at.gv.egovernment.moa.spss.server=info, moaspss +log4j.logger.at.gv.egovernment.moa.spss=warn, moaspss log4j.logger.iaik.server=warn, moaspss # Configure the 'stdout' appender to write logging output to the console |