diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index 39b810e..1d56ec7 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -85,6 +85,10 @@ LOGGING = { 'handlers': ['console'], 'propagate': False, }, + 'django_browserid': { + 'handlers': ['sentry', 'console'], + 'level': 'DEBUG', + } } } -- libgit2 0.21.2