Commit ad4f165f2409eea7968c25bf7bf30f15219d3777

Authored by Sergio Oliveira
2 parents 595d4430 087d7d85

Merge branch 'browserid' of github.com:TracyWebTech/colab into 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  
... ...