Merge pull request #1096 from MITx/feature/cale/bad-newrelic-logging

Don't try and send exceptions to newrelic with a busted logging interfac...
This commit is contained in:
Ashley Penney
2012-12-03 11:35:53 -08:00

View File

@@ -40,7 +40,7 @@ def get_logger_config(log_dir,
logging_env=logging_env, hostname=hostname)
handlers = ['console', 'local'] if debug else ['console',
'syslogger-remote', 'local', 'newrelic']
'syslogger-remote', 'local']
logger_config = {
'version': 1,