Commit 78118cd9d8db39d23f878a1e5e3c859f1b745378
1 parent
3770b4df
Exists in
master
and in
39 other branches
Changing browserid logging level to WARNING
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/colab/custom_settings.py
@@ -181,7 +181,7 @@ LOGGING = { | @@ -181,7 +181,7 @@ LOGGING = { | ||
181 | }, | 181 | }, |
182 | 'django_browserid': { | 182 | 'django_browserid': { |
183 | 'handlers': ['sentry'], | 183 | 'handlers': ['sentry'], |
184 | - 'level': 'DEBUG', | 184 | + 'level': 'WARNING', |
185 | }, | 185 | }, |
186 | 'conversejs': { | 186 | 'conversejs': { |
187 | 'handlers': ['console'], | 187 | 'handlers': ['console'], |