New method for events + TP work

This commit is contained in:
2024-08-26 19:09:35 +02:00
parent ea9639b440
commit e8d100e063
15 changed files with 282 additions and 190 deletions

View File

@ -14,7 +14,8 @@ const logger = pino({
return { level: label.toUpperCase() }
}
},
timestamp: pino.stdTimeFunctions.isoTime
timestamp: pino.stdTimeFunctions.isoTime,
base: null // This will prevent hostname and pid from being included
})
export default logger