Logging on server
I've been looking into how I can handle logging all server-side errors using pino (primiarly in the defaultStreamHandler as I have errors that are not serialized in console)... I want to use standard logging format so GCP Cloud Run can pick up on it but at the moment everything is automatically console.<insert-method>.
Are there plans to allow injecting a logger (similar to Fastify => https://fastify.dev/docs/latest/Reference/Server/#loggerinstance).
Are there plans to allow injecting a logger (similar to Fastify => https://fastify.dev/docs/latest/Reference/Server/#loggerinstance).
Factory