1
0
Fork 0

Fix timestamp logging

This commit is contained in:
Chocobozzz 2018-02-09 10:54:53 +01:00
parent bc4c766aca
commit 53ac1448f0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const loggerFormat = winston.format.printf((info) => {
})
const timestampFormatter = winston.format.timestamp({
format: 'YYYY-MM-dd HH:mm:ss.SSS'
format: 'YYYY-MM-DD hh:mm:ss.SSS'
})
const labelFormatter = winston.format.label({
label