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:
@@ -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' })
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user