You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the README, it says to use logging.getLogger('root') to initialise the root logger. That doesn't do that. That initialises a logger called "root".logging.getLogger(None) gets you the root logger.
(Just spent a while with logging_tree to figure out why I couldn't getting JSON logging working in non-main modules)
The text was updated successfully, but these errors were encountered:
In the README, it says to use
logging.getLogger('root')
to initialise the root logger. That doesn't do that. That initialises a logger called "root".logging.getLogger(None)
gets you the root logger.(Just spent a while with
logging_tree
to figure out why I couldn't getting JSON logging working in non-main modules)The text was updated successfully, but these errors were encountered: