Use standard unix epoch time in frontend loggers
This commit is contained in:
parent
a4f6817d3a
commit
ad39986b32
4 changed files with 9 additions and 4 deletions
|
@ -20,7 +20,8 @@ const logger = pino({
|
|||
name: 'paymentservice-charge',
|
||||
messageKey: 'message',
|
||||
changeLevelName: 'severity',
|
||||
useLevelLabels: true
|
||||
useLevelLabels: true,
|
||||
timestamp: pino.stdTimeFunctions.unixTime
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue