Created
February 8, 2012 19:38
-
-
Save andymckay/1772728 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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