commit | f21773f2e0b2b606ca7f412bb78c1f741520ce63 | [log] [tgz] |
---|---|---|
author | Michael Hanl <hanl@ids-mannheim.de> | Fri Oct 16 23:02:31 2015 +0200 |
committer | Michael Hanl <hanl@ids-mannheim.de> | Fri Oct 16 23:02:31 2015 +0200 |
tree | 978d8da7a666c581d9de4470690779c5a12cd83e | |
parent | deb3c21b17925e83a6ac71d47544c7274ab0be02 [diff] [blame] |
refactoring and test run without errors
diff --git a/src/main/resources/log4j.properties b/src/main/resources/log4j.properties index 602c496..ff5d34c 100644 --- a/src/main/resources/log4j.properties +++ b/src/main/resources/log4j.properties
@@ -1,7 +1,7 @@ # Root logger option #log4j.threshold=ALL -log4j.rootLogger=INFO, stdout, debugLog +log4j.rootLogger=DEBUG, stdout, debugLog log4j.logger.log=ERROR, errorLog # Direct log messages to stdout