Skip to content

Commit

Permalink
Added 'console_logger' to loggers configuration when Sentry/Raven are
Browse files Browse the repository at this point in the history
used
  • Loading branch information
noliveleger committed May 14, 2018
1 parent b79bc6c commit b55e48f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions onadata/settings/kc_environ.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@
'handlers': ['console'],
'propagate': False,
},
'console_logger': {
'handlers': ['console'],
'level': 'DEBUG',
'propagate': True
},
'sentry.errors': {
'level': 'DEBUG',
'handlers': ['console'],
Expand Down

0 comments on commit b55e48f

Please sign in to comment.