diff options
Diffstat (limited to 'id.server/data/deploy/conf')
-rw-r--r-- | id.server/data/deploy/conf/moa-id/log4j.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/id.server/data/deploy/conf/moa-id/log4j.properties b/id.server/data/deploy/conf/moa-id/log4j.properties index 8c1b90293..ca38de7a6 100644 --- a/id.server/data/deploy/conf/moa-id/log4j.properties +++ b/id.server/data/deploy/conf/moa-id/log4j.properties @@ -6,8 +6,8 @@ log4j.rootLogger=info, stdout, R log4j.logger.moa=info log4j.logger.moa.spss.server=info log4j.logger.iaik.server=info -log4j.logger.moa.id.auth=debug -log4j.logger.moa.id.proxy=debug +log4j.logger.moa.id.auth=info +log4j.logger.moa.id.proxy=info # configure the stdout appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender |