From 0e00edf27cda952f68b25612ab0370308a5fae8d Mon Sep 17 00:00:00 2001 From: chris062689 Date: Tue, 14 Mar 2017 23:58:17 -0400 Subject: [PATCH] Added config module to logging. --- logging.js | 1 + 1 file changed, 1 insertion(+) diff --git a/logging.js b/logging.js index c42a636..334621c 100644 --- a/logging.js +++ b/logging.js @@ -1,3 +1,4 @@ +var config = require('config'); var winston = require('winston'); winston.emitErrs = true;