New method for events + TP work
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user