Update loggerSetup.js
This commit is contained in:
parent
7be4d438d6
commit
c1db4cb28f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module.exports = (winston, logLevel, logDir) => {
|
||||||
prettyPrint: true,
|
prettyPrint: true,
|
||||||
}),
|
}),
|
||||||
new (winston.transports.File)({
|
new (winston.transports.File)({
|
||||||
filename : `${logDir}speechLogs.log`,
|
filename : `${logDir}/speechLogs.log`,
|
||||||
level : logLevel,
|
level : logLevel,
|
||||||
json : false,
|
json : false,
|
||||||
timestamp : true,
|
timestamp : true,
|
||||||
|
|
Loading…
Reference in a new issue