Commit 697cbd85c60b194bb058309058bf31fe6a87059b

Authored by Sergio Oliveira
1 parent 1e45d63b

logging into console as well as into sentry

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/colab/custom_settings.py
... ... @@ -97,7 +97,7 @@ LOGGING = {
97 97 'disable_existing_loggers': False,
98 98 'root': {
99 99 'level': 'WARNING',
100   - 'handlers': ['sentry'],
  100 + 'handlers': ['sentry', 'console'],
101 101 },
102 102 'formatters': {
103 103 'verbose': {
... ...