From 73878cde5f17a4a4444c8211af4d4542a99929bd Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 17 Sep 2012 16:24:56 -0500 Subject: [PATCH] logging.cfg: log weather at debug --- logging.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/logging.cfg b/logging.cfg index 06832ea..e1a3a8d 100644 --- a/logging.cfg +++ b/logging.cfg @@ -29,6 +29,12 @@ handlers = stdout,logfile propagate = 0 qualname = drbotzo.markov +[logger_drbotzo.weather] +level = DEBUG +handlers = stdout,logfile +propagate = 0 +qualname = drbotzo.weather + [handler_stdout] class = StreamHandler level = DEBUG