diff options
author | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-11-21 17:32:49 +0000 |
---|---|---|
committer | tknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2007-11-21 17:32:49 +0000 |
commit | 35a65bfdfeee48e03cb5dcfc72d45ac0b8a6c790 (patch) | |
tree | 55e48684d5ca51787060f1172bf5f01e8c2b7b48 /work/cfg/log4j.properties | |
parent | 7b883e536a32606dd9d940479634a8d0055d1e57 (diff) | |
download | pdf-as-3-35a65bfdfeee48e03cb5dcfc72d45ac0b8a6c790.tar.gz pdf-as-3-35a65bfdfeee48e03cb5dcfc72d45ac0b8a6c790.tar.bz2 pdf-as-3-35a65bfdfeee48e03cb5dcfc72d45ac0b8a6c790.zip |
Config-parameter "check_document" introduced.
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@224 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
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 |