hapijs / hapi-pino

🌲 Hapi plugin for the Pino logger
MIT License
148 stars 61 forks source link

Choose log level used for requestStart and requestComplete #183

Closed roessland closed 1 year ago

roessland commented 1 year ago

For my use case I'd like to swap the hardcoded request.logger.info calls to request.logger.debug. Logging these on info level is too verbose.

Happy to contribute if you would accept a PR for this.