Strabon

changeset 1439:363ce8eefcda

revert DEBUG to INFO
author Babis Nikolaou <charnik@di.uoa.gr>
date Wed Oct 29 14:43:04 2014 +0200 (2014-10-29)
parents 026a89d023b3
children 9eb039fea93d
files runtime/src/main/resources/log4j.properties
line diff
     1.1 --- a/runtime/src/main/resources/log4j.properties	Wed Oct 29 11:06:16 2014 +0200
     1.2 +++ b/runtime/src/main/resources/log4j.properties	Wed Oct 29 14:43:04 2014 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # logger level values: OFF, ERROR, WARN, INFO, DEBUG, ALL
     1.5  #log4j.rootLogger=ALL, CA
     1.6 -log4j.rootLogger=DEBUG, CA
     1.7 -#log4j.rootLogger=INFO, CA
     1.8 +#log4j.rootLogger=DEBUG, CA
     1.9 +log4j.rootLogger=INFO, CA
    1.10  
    1.11  # Console Appender
    1.12  log4j.appender.CA=org.apache.log4j.ConsoleAppender