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
ddtrace appears to be adding a handler to the ddtrace logger. This is not desirable in my situation because I only use the root log handler. I have tried removing the handler from this logger in my logging configuration (django), but it doesn't seem to go away. Maybe ddtrace-run is injecting it?
ddtrace appears to be adding a handler to the
ddtrace
logger. This is not desirable in my situation because I only use the root log handler. I have tried removing the handler from this logger in my logging configuration (django), but it doesn't seem to go away. Maybeddtrace-run
is injecting it?The text was updated successfully, but these errors were encountered: