misc smaller changes and change example config to include time based SQL condition to prevent loss of in-flight data.

This commit is contained in:
Joe
2019-02-25 06:42:15 -06:00
parent 61ef23cc91
commit 84c045f6c8
2 changed files with 3 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ const logger = winston.createLogger({
),
transports: [
new winston.transports.Console(),
new winston.transports.File({ filename: './log/DBExtractorError.log', level: 'error' }),
new winston.transports.File({ filename: './log/Combined.log' })
new winston.transports.File({ filename: '../log/DBExtractorError.log', level: 'error' }),
new winston.transports.File({ filename: '../log/Combined.log' })
]
});