Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created February 8, 2012 19:38
Show Gist options
  • Save andymckay/1772728 to your computer and use it in GitHub Desktop.
Save andymckay/1772728 to your computer and use it in GitHub Desktop.
diff --git a/lib/log_settings_base.py b/lib/log_settings_base.py
index 9d5a43b..023a692 100644
--- a/lib/log_settings_base.py
+++ b/lib/log_settings_base.py
@@ -72,7 +72,7 @@ cfg = {
'django.request': {
# Note these handlers will choose what they want to emit and when.
'handlers': ['mail_admins', 'errortype_syslog',
- 'statsd', 'arecibo'],
+ 'statsd'], #'arecibo'],
'level': 'ERROR',
'propagate': True,
},
diff --git a/vendor b/vendor
--- a/vendor
+++ b/vendor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment