aboutsummaryrefslogtreecommitdiff
path: root/logger
diff options
context:
space:
mode:
authorGravatar Thomas B Thompson <tbent@spice.(none)>2011-01-04 00:04:05 -0500
committerGravatar Thomas B Thompson <tbent@spice.(none)>2011-01-04 00:04:05 -0500
commit134de4472d3f2fa913944770595de9221dd27fdf (patch)
treecf83e29a1ef4931a15f9b30125fedbd8fba8caf9 /logger
parentf9aeaf10e3c9077504a78374640e79415734546b (diff)
worked on profiling, made a bunch of changes, huge speedup!
Diffstat (limited to 'logger')
-rw-r--r--logger/loggingConfig.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/logger/loggingConfig.ini b/logger/loggingConfig.ini
index ee35749..6727c26 100644
--- a/logger/loggingConfig.ini
+++ b/logger/loggingConfig.ini
@@ -18,7 +18,7 @@ level = INFO
handlers = console
[logger_smoot_light]
-level = INFO
+level = DEBUG
handlers = file
qualname = smoot_light
propagate = 0
@@ -40,7 +40,7 @@ formatter = generic
[handler_file]
class = FileHandler
args = ('/var/log/smoot_light/main.log', 'a')
-level = INFO
+level = DEBUG
formatter = generic
[handler_exception]