logging.cfg: log weather at debug
This commit is contained in:
parent
02729377d8
commit
73878cde5f
@ -29,6 +29,12 @@ handlers = stdout,logfile
|
|||||||
propagate = 0
|
propagate = 0
|
||||||
qualname = drbotzo.markov
|
qualname = drbotzo.markov
|
||||||
|
|
||||||
|
[logger_drbotzo.weather]
|
||||||
|
level = DEBUG
|
||||||
|
handlers = stdout,logfile
|
||||||
|
propagate = 0
|
||||||
|
qualname = drbotzo.weather
|
||||||
|
|
||||||
[handler_stdout]
|
[handler_stdout]
|
||||||
class = StreamHandler
|
class = StreamHandler
|
||||||
level = DEBUG
|
level = DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user