Skip to content

Instantly share code, notes, and snippets.

@alfredo
Created June 14, 2012 11:35
Show Gist options
  • Select an option

  • Save alfredo/2929790 to your computer and use it in GitHub Desktop.

Select an option

Save alfredo/2929790 to your computer and use it in GitHub Desktop.
Add DEBUG log to django_browserid, when using mozilla playdoh
# Add this to your local settings file
# This will log DEBUG events for django_browserid
debug = dict(level=logging.DEBUG)
LOGGING = {
'loggers': {
'django_browserid': debug,
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment