Created
June 14, 2012 11:35
-
-
Save alfredo/2929790 to your computer and use it in GitHub Desktop.
Add DEBUG log to django_browserid, when using mozilla playdoh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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