Added config module to logging.

This commit is contained in:
chris062689 2017-03-14 23:58:17 -04:00
parent aa7b30680e
commit 0e00edf27c
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
var config = require('config');
var winston = require('winston');
winston.emitErrs = true;