D
Darren Cui Liang
Hi, there!
Now I am working around with the "logging" module. Here is the code:
CRITICAL:root:msg
Since every "logger" is under the "root logger", and if no handler is
found for the logger, the message will be passed to upper level loggers,
until the root,
then why do I get the msg: No handlers could be found for logger "a"
Thanks in advance!
BR
Darren Cui Liang
Now I am working around with the "logging" module. Here is the code:
CRITICAL:root:msg
Since every "logger" is under the "root logger", and if no handler is
found for the logger, the message will be passed to upper level loggers,
until the root,
then why do I get the msg: No handlers could be found for logger "a"
Thanks in advance!
BR
Darren Cui Liang