Commit 32ff9c596916dda57987be8c36abb4ca7d36eb03

Authored by Sergio Oliveira
1 parent 329eac3a

Disable log propagation

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/colab/custom_settings.py
... ... @@ -183,10 +183,12 @@ LOGGING = {
183 183 'django_browserid': {
184 184 'handlers': ['sentry'],
185 185 'level': 'WARNING',
  186 + 'propagate': False,
186 187 },
187 188 'conversejs': {
188 189 'handlers': ['console'],
189 190 'level': 'DEBUG',
  191 + 'propagate': False,
190 192 },
191 193 }
192 194 }
... ...