fixed spacing in logger config

This commit is contained in:
bill bittner 2018-03-27 12:47:55 -07:00
parent aef2f3070b
commit e9ecb1e2fe

View file

@ -1,4 +1,5 @@
const logger = require('winston');
function LoggerConfig () {
this.logLevel = 'debug';
this.configure = (config) => {