From c4c83172c1cb1fb91d76098142aa7490c70c5b3f Mon Sep 17 00:00:00 2001 From: Leandro Andrade Date: Sat, 15 Oct 2022 11:06:39 -0300 Subject: [PATCH] docs: remove logLevel option (#681) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8635959a..5a0732f6 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,6 @@ An example of using `@fastify/swagger` with `static` mode enabled can be found [ | swagger | {} | [Swagger configuration](https://swagger.io/specification/v2/#swaggerObject). | | transform | null | Transform method for the route's schema and url. [documentation](#register.options.transform). | | refResolver | {} | Option to manage the `$ref`s of your application's schemas. Read the [`$ref` documentation](#register.options.refResolver) | - | logLevel | info | Allow to define route log level. | #### Transform