# HG changeset patch # User Jon VanAlten # Date 1418759554 25200 # Node ID 4f1a4ed9bc5443dd511d6894dbf88a084a6fe4d0 # Parent b6f3f77c23a05ee5a2b06c40523200a820c75a24 Restore log level to FINEST for further in-branch development. diff -r b6f3f77c23a0 -r 4f1a4ed9bc54 distribution/config/logging.properties --- a/distribution/config/logging.properties Tue Dec 16 12:51:34 2014 -0700 +++ b/distribution/config/logging.properties Tue Dec 16 12:52:34 2014 -0700 @@ -54,12 +54,12 @@ ################################################################### # Possible levels are in descending order: #com.redhat.thermostat.level=SEVERE -com.redhat.thermostat.level=WARNING +#com.redhat.thermostat.level=WARNING #com.redhat.thermostat.level=INFO #com.redhat.thermostat.level=CONFIG #com.redhat.thermostat.level=FINE #com.redhat.thermostat.level=FINER -#com.redhat.thermostat.level=FINEST +com.redhat.thermostat.level=FINEST #com.redhat.thermostat.level=OFF ###################################################################