# HG changeset patch # User Jon VanAlten # Date 1418806186 25200 # Node ID a35d183c2da0b2b61020c4bc6e02410ec08c4708 # Parent d9ef782b05c4638e5ae0d7880d2a67acc38e7bf1 Restore log level to FINEST for further in-branch development. diff -r d9ef782b05c4 -r a35d183c2da0 distribution/config/logging.properties --- a/distribution/config/logging.properties Wed Dec 17 01:48:47 2014 -0700 +++ b/distribution/config/logging.properties Wed Dec 17 01:49:46 2014 -0700 @@ -60,12 +60,12 @@ # Possible levels are in descending order: #com.redhat.thermostat.level=OFF #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=PERFLOG #com.redhat.thermostat.level=ALL