logging.cfg: log weather at debug

This commit is contained in:
Brian S. Stephan 2012-09-17 16:24:56 -05:00
parent 02729377d8
commit 73878cde5f
1 changed files with 6 additions and 0 deletions

View File

@ -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