diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-09 10:54:53 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-09 10:54:53 +0100 |
commit | 53ac1448f073a5db69f934550404c6997822501e (patch) | |
tree | 69b2ccc613744dbd118b6fa11036ede79ea1c203 | |
parent | bc4c766aca72c2b09b555895452b9b3e25cd85fe (diff) | |
download | PeerTube-53ac1448f073a5db69f934550404c6997822501e.tar.gz PeerTube-53ac1448f073a5db69f934550404c6997822501e.tar.zst PeerTube-53ac1448f073a5db69f934550404c6997822501e.zip |
Fix timestamp logging
-rw-r--r-- | server/helpers/logger.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/helpers/logger.ts b/server/helpers/logger.ts index c353f55da..7624b3cff 100644 --- a/server/helpers/logger.ts +++ b/server/helpers/logger.ts | |||
@@ -31,7 +31,7 @@ const loggerFormat = winston.format.printf((info) => { | |||
31 | }) | 31 | }) |
32 | 32 | ||
33 | const timestampFormatter = winston.format.timestamp({ | 33 | const timestampFormatter = winston.format.timestamp({ |
34 | format: 'YYYY-MM-dd HH:mm:ss.SSS' | 34 | format: 'YYYY-MM-DD hh:mm:ss.SSS' |
35 | }) | 35 | }) |
36 | const labelFormatter = winston.format.label({ | 36 | const labelFormatter = winston.format.label({ |
37 | label | 37 | label |