diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2015-01-08 12:44:38 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2015-01-08 12:44:38 +0100 |
commit | 45de0de0328ab8a092144e27b79d12b0b1b4cc35 (patch) | |
tree | 599105c4a174f1d4d215639cbabad3d123ae4416 /pdf-as-cli | |
parent | 3e19c07a9fe227d9f0d11dc90923b52f1a3310fb (diff) | |
download | pdf-as-4-45de0de0328ab8a092144e27b79d12b0b1b4cc35.tar.gz pdf-as-4-45de0de0328ab8a092144e27b79d12b0b1b4cc35.tar.bz2 pdf-as-4-45de0de0328ab8a092144e27b79d12b0b1b4cc35.zip |
Changed CLI logback settings
Diffstat (limited to 'pdf-as-cli')
-rw-r--r-- | pdf-as-cli/build.gradle | 1 | ||||
-rw-r--r-- | pdf-as-cli/src/main/resources/logback.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pdf-as-cli/build.gradle b/pdf-as-cli/build.gradle index 1f65ee42..f7751370 100644 --- a/pdf-as-cli/build.gradle +++ b/pdf-as-cli/build.gradle @@ -26,6 +26,7 @@ dependencies { compile project (':pdf-as-pdfbox') compile group: 'commons-collections', name: 'commons-collections', version: '3.2' compile group: 'commons-cli', name: 'commons-cli', version: '1.2' + compile 'ch.qos.logback:logback-classic:1.1.2' testCompile group: 'junit', name: 'junit', version: '4.+' } diff --git a/pdf-as-cli/src/main/resources/logback.xml b/pdf-as-cli/src/main/resources/logback.xml index 102931af..754c64f9 100644 --- a/pdf-as-cli/src/main/resources/logback.xml +++ b/pdf-as-cli/src/main/resources/logback.xml @@ -8,7 +8,7 @@ </appender> <logger name="at.gv.egiz" level="DEBUG"/> - <logger name="at.knowcenter" level="INFO"/> + <logger name="at.knowcenter" level="DEBUG"/> <root level="DEBUG"> <appender-ref ref="STDOUT" /> |