Open
Description
It does not seem to be possible to configure the log level of pino when using esc format. I would like to configure the log level per environment and this does not seem possible with esc format.
Current Behaviour
const logger = pino(ecsFormat({ serviceName: "helloworld" }))
Expected Behaviour
const logger = pino(ecsFormat({ serviceName: "helloworld", logLevel: "info" }))
Metadata
Metadata
Assignees
Labels
No labels