mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
tmp(newrelic) remove newrelic until #4471 fixed
This commit is contained in:
parent
09f827e9fe
commit
a98f73dd8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue