diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-27 17:33:31 +0100 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-27 17:33:31 +0100 | 
| commit | a931ab86d5bea4841d00266d40fcb0f77a242fe9 (patch) | |
| tree | f2fdd659d383d1aae8d717d3f05570ff20137dba | |
| parent | ee75a3741d05a588238cf39aed8526baef9ba970 (diff) | |
| download | moa-id-spss-a931ab86d5bea4841d00266d40fcb0f77a242fe9.tar.gz moa-id-spss-a931ab86d5bea4841d00266d40fcb0f77a242fe9.tar.bz2 moa-id-spss-a931ab86d5bea4841d00266d40fcb0f77a242fe9.zip | |
update default log4j
| -rw-r--r-- | id/server/data/deploy/conf/moa-id/log4j.properties | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/id/server/data/deploy/conf/moa-id/log4j.properties b/id/server/data/deploy/conf/moa-id/log4j.properties index 5f44f06bc..1a9787815 100644 --- a/id/server/data/deploy/conf/moa-id/log4j.properties +++ b/id/server/data/deploy/conf/moa-id/log4j.properties @@ -3,11 +3,11 @@ org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.Log4jFacto  # define log4j root loggers  log4j.rootLogger=info, stdout, R -log4j.logger.moa=info -log4j.logger.moa.spss.server=info +log4j.logger.at.gv.egovernment.moa=info +log4j.logger.at.gv.egovernment.moa.spss=info  log4j.logger.iaik.server=info -log4j.logger.moa.id.auth=info -log4j.logger.moa.id.proxy=info +log4j.logger.at.gv.egovernment.moa.id=info +log4j.logger.at.gv.egovernment.moa.id.proxy=info  log4j.logger.eu.stork=info  # configure the stdout appender | 
