tmp(newrelic) remove newrelic until #4471 fixed

This commit is contained in:
Tyler Renelle 2015-01-03 13:59:56 -07:00
parent 09f827e9fe
commit a98f73dd8d

View file

@ -24,7 +24,7 @@ if (nconf.get('LOGGLY:enabled')){
if (logger == null) {
logger = new (winston.Logger)({});
if (nconf.get('NODE_ENV') == 'production') {
logger.add(winston.transports.newrelic, {});
//logger.add(winston.transports.newrelic, {});
if (!nconf.get('DISABLE_ERROR_EMAILS')) {
logger.add(winston.transports.Mail, {
to: nconf.get('ADMIN_EMAIL') || nconf.get('SMTP_USER'),