diff options
Diffstat (limited to 'work/cfg/log4j.properties')
-rw-r--r-- | work/cfg/log4j.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/work/cfg/log4j.properties b/work/cfg/log4j.properties index f09507c..d2bd97d 100644 --- a/work/cfg/log4j.properties +++ b/work/cfg/log4j.properties @@ -6,7 +6,9 @@ # For the general syntax of property based configuration files see the # documenation of org.apache.log4j.PropertyConfigurator. -log4j.rootLogger=INFO, CA, FA +log4j.rootLogger=DEBUG, CA +log4j.logger.org.pdfbox=INFO +log4j.logger.org.apache.commons=INFO # CA is set to be a ConsoleAppender which outputs to System.out. log4j.appender.CA=org.apache.log4j.ConsoleAppender |