Changed logging level for LogDNA.

This commit is contained in:
chris062689 2017-03-15 00:03:38 -04:00
parent bf0377898f
commit e36ac7257a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ var logger = new winston.Logger({
if (process.env.NODE_ENV == 'production') { if (process.env.NODE_ENV == 'production') {
// Setup logging for LogDNA cloud logging. // Setup logging for LogDNA cloud logging.
logger.add(winston.transports.Logdna, { logger.add(winston.transports.Logdna, {
level: 'silly', level: 'info',
key: config.logdnaKey, key: config.logdnaKey,
ip: ip.address(), ip: ip.address(),
hostname: os.hostname(), hostname: os.hostname(),