fastify / fastify-swagger

Swagger documentation generator for Fastify
MIT License
941 stars 209 forks source link

feat: allow to define route log level #668

Closed leandroandrade closed 2 years ago

leandroandrade commented 2 years ago

The purpose of this PR is to allow to define a specific log level in scenarios when we want to silent all logs of the swagger route.

Checklist