Skip to content

Commit

Permalink
Remove note about fastify v2 and link to right doc (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Oldorf authored and mcollina committed Jul 8, 2019
1 parent 4290e37 commit 129be44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/web.md
Expand Up @@ -30,9 +30,7 @@ fastify.get('/', async (request, reply) => {
The `logger` option can also be set to an object, which will be passed through directly
as the [`pino` options object](api.md#options).

Note: Fastify v1 uses [Pino v4](legacy.md#pino-v4-documentation). The upcoming Fastify v2 will use Pino v5.

See the [fastify documentation](https://www.npmjs.com/package/pino-http#pinohttpopts-stream) for more information.
See the [fastify documentation](https://www.fastify.io/docs/latest/Logging/) for more information.

<a id="express"></a>
## Pino with Express
Expand Down

0 comments on commit 129be44

Please sign in to comment.