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.sites',
|
||||||
'django.contrib.humanize',
|
'django.contrib.humanize',
|
||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
'raven.contrib.django',
|
|
||||||
'gargoyle',
|
'gargoyle',
|
||||||
'south',
|
'south',
|
||||||
'piston',
|
'piston',
|
||||||
@@ -160,7 +159,7 @@ LOGGING = {
|
|||||||
'disable_existing_loggers': False,
|
'disable_existing_loggers': False,
|
||||||
'root': {
|
'root': {
|
||||||
'level': 'WARNING',
|
'level': 'WARNING',
|
||||||
'handlers': ['sentry', 'console'],
|
'handlers': ['console'],
|
||||||
},
|
},
|
||||||
'filters': {
|
'filters': {
|
||||||
'require_debug_false': {
|
'require_debug_false': {
|
||||||
@@ -173,11 +172,6 @@ LOGGING = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
'handlers': {
|
'handlers': {
|
||||||
'sentry': {
|
|
||||||
'level': 'DEBUG',
|
|
||||||
'class': 'raven.contrib.django.handlers.SentryHandler',
|
|
||||||
'filters': ['require_debug_false'],
|
|
||||||
},
|
|
||||||
'console': {
|
'console': {
|
||||||
'level': 'DEBUG',
|
'level': 'DEBUG',
|
||||||
'class': 'logging.StreamHandler',
|
'class': 'logging.StreamHandler',
|
||||||
|
|||||||
Reference in New Issue
Block a user