tmp(newrelic) remove newrelic until #4471 fixed
This commit is contained in:
+1
-1
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user