commit | daf86605f7099b1ee6343c076a4744a3353ed3b6 | [log] [tgz] |
---|---|---|
author | Michael Hanl <micha.hanl@gmail.com> | Thu May 12 14:31:52 2016 +0200 |
committer | Michael Hanl <micha.hanl@gmail.com> | Thu May 12 14:31:52 2016 +0200 |
tree | 03372509d0b6342b1b2ec3e2968dc4a1bcdf8a06 | |
parent | 4b59fb1c0fbf6bcf461f009a182c60ae60cda883 [diff] [blame] |
fixed running tests
diff --git a/src/main/resources/log4j.properties b/src/main/resources/log4j.properties index c9186f6..39e040a 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=DEBUG, stdout, debugLog +log4j.rootLogger=WARN, stdout, debugLog log4j.logger.log=ERROR, errorLog # Direct log messages to stdout