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
To enable logging with traceback_with_variables for Django (and possibly other frameworks) the correct approach is to extend the standard Python logging integration so that it has a custom formatting function that uses traceback_with_variables. For example, in your settings.py you can add:
To enable logging with
traceback_with_variables
for Django (and possibly other frameworks) the correct approach is to extend the standard Python logging integration so that it has a custom formatting function that usestraceback_with_variables
. For example, in your settings.py you can add:(writing this as an issue since I'm not sure where you'd like it in the documentation)
The text was updated successfully, but these errors were encountered: