Commit 78118cd9d8db39d23f878a1e5e3c859f1b745378

Authored by Sergio Oliveira
1 parent 3770b4df

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 181 },
182 182 'django_browserid': {
183 183 'handlers': ['sentry'],
184   - 'level': 'DEBUG',
  184 + 'level': 'WARNING',
185 185 },
186 186 'conversejs': {
187 187 'handlers': ['console'],
... ...