Commit c594339b02b5a9ddeaac3da7479af39fd93217f0
1 parent
e60a2509
Exists in
master
and in
39 other branches
Removing console handler in browser id logger
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/colab/custom_settings.py
@@ -160,7 +160,7 @@ LOGGING = { | @@ -160,7 +160,7 @@ LOGGING = { | ||
160 | 'propagate': False, | 160 | 'propagate': False, |
161 | }, | 161 | }, |
162 | 'django_browserid': { | 162 | 'django_browserid': { |
163 | - 'handlers': ['sentry', 'console'], | 163 | + 'handlers': ['sentry'], |
164 | 'level': 'DEBUG', | 164 | 'level': 'DEBUG', |
165 | }, | 165 | }, |
166 | 'conversejs': { | 166 | 'conversejs': { |