mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Remove raven
This commit is contained in:
@@ -62,7 +62,6 @@ INSTALLED_APPS = [
|
||||
'django.contrib.sites',
|
||||
'django.contrib.humanize',
|
||||
'django.contrib.staticfiles',
|
||||
'raven.contrib.django',
|
||||
'gargoyle',
|
||||
'south',
|
||||
'piston',
|
||||
@@ -160,7 +159,7 @@ LOGGING = {
|
||||
'disable_existing_loggers': False,
|
||||
'root': {
|
||||
'level': 'WARNING',
|
||||
'handlers': ['sentry', 'console'],
|
||||
'handlers': ['console'],
|
||||
},
|
||||
'filters': {
|
||||
'require_debug_false': {
|
||||
@@ -173,11 +172,6 @@ LOGGING = {
|
||||
},
|
||||
},
|
||||
'handlers': {
|
||||
'sentry': {
|
||||
'level': 'DEBUG',
|
||||
'class': 'raven.contrib.django.handlers.SentryHandler',
|
||||
'filters': ['require_debug_false'],
|
||||
},
|
||||
'console': {
|
||||
'level': 'DEBUG',
|
||||
'class': 'logging.StreamHandler',
|
||||
|
||||
Reference in New Issue
Block a user