Update loggerSetup.js

This commit is contained in:
Bill Bittner 2017-06-19 20:41:43 -07:00 committed by GitHub
parent 7be4d438d6
commit c1db4cb28f

View file

@ -14,7 +14,7 @@ module.exports = (winston, logLevel, logDir) => {
prettyPrint: true,
}),
new (winston.transports.File)({
filename : `${logDir}speechLogs.log`,
filename : `${logDir}/speechLogs.log`,
level : logLevel,
json : false,
timestamp : true,