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
Currently watchdog always uses the root logger (e.g. via logging.debug). This makes it hard to silence watchdog warnings. At least you should get a logger with a prefix like 'watchdog'.
Personally I also like the idea passing an (optional) logger-like object in init so users can inject arbitrary loggers.
The text was updated successfully, but these errors were encountered:
Currently watchdog always uses the root logger (e.g. via logging.debug). This makes it hard to silence watchdog warnings. At least you should get a logger with a prefix like 'watchdog'.
Personally I also like the idea passing an (optional) logger-like object in init so users can inject arbitrary loggers.
The text was updated successfully, but these errors were encountered: