Commit 087d7d85b9c5d43ee5eed0d7d4dc293427a5985f

Authored by Sergio Oliveira
1 parent 10c86750

Adding logging for browserid

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/colab/custom_settings.py
... ... @@ -85,6 +85,10 @@ LOGGING = {
85 85 'handlers': ['console'],
86 86 'propagate': False,
87 87 },
  88 + 'django_browserid': {
  89 + 'handlers': ['sentry', 'console'],
  90 + 'level': 'DEBUG',
  91 + }
88 92 }
89 93 }
90 94  
... ...