Add raven back until logstash sentry udp support is fixed.
This commit is contained in:
Родитель
b835b9223d
Коммит
3b50ff1c42
|
@ -394,6 +394,7 @@ INSTALLED_APPS = (
|
||||||
'django_extensions',
|
'django_extensions',
|
||||||
'django_nose',
|
'django_nose',
|
||||||
'gunicorn',
|
'gunicorn',
|
||||||
|
'raven.contrib.django',
|
||||||
'piston',
|
'piston',
|
||||||
'waffle',
|
'waffle',
|
||||||
|
|
||||||
|
@ -1154,8 +1155,6 @@ METLOG_CONF = {
|
||||||
# 2, but for actual live instances you will want to
|
# 2, but for actual live instances you will want to
|
||||||
# make sure your project ID corresponds to what is in
|
# make sure your project ID corresponds to what is in
|
||||||
# your actual sentry instance.
|
# your actual sentry instance.
|
||||||
'raven': ('metlog_raven.raven_plugin:config_plugin',
|
|
||||||
{'sentry_project_id': 2}),
|
|
||||||
},
|
},
|
||||||
'sender': {
|
'sender': {
|
||||||
'class': 'metlog.senders.logging.StdLibLoggingSender',
|
'class': 'metlog.senders.logging.StdLibLoggingSender',
|
||||||
|
|
Загрузка…
Ссылка в новой задаче