Skip to content

Commit

Permalink
docs: remove logLevel option (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandroandrade authored Oct 15, 2022
1 parent 4cf8ee9 commit c4c8317
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

<a name="register.options.transform"></a>
#### Transform
Expand Down

0 comments on commit c4c8317

Please sign in to comment.