Skip to content

Commit

Permalink
docs: Fix Pino docs link (#5284)
Browse files Browse the repository at this point in the history
* chore: Fix Pino docs link and refactor to Semantic Line Breaks

More info here: https://sembr.org/

I updated the Pino docs link as the previous one was broken and took advantage to use Semantic Line Breaks for easier updates in the future without changing the formatting

Signed-off-by: Bosco Domingo <46006784+BoscoDomingo@users.noreply.github.com>

* docs: Undo unnecessary changes from previous commit

This reverts commit 099614e.

---------

Signed-off-by: Bosco Domingo <46006784+BoscoDomingo@users.noreply.github.com>
  • Loading branch information
BoscoDomingo committed Jan 25, 2024
1 parent ac26d7b commit e68e849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Reference/Logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ the Fastify instance:
fastify.log.info('Something important happened!');
```
If you want to pass some options to the logger, just pass them to Fastify. You
can find all available options in the [Pino
documentation](https://github.com/pinojs/pino/blob/master/docs/api.md#pinooptions-stream).
If you want to pass some options to the logger, just pass them to Fastify.
You can find all available options in the
[Pino documentation](https://github.com/pinojs/pino/blob/master/docs/api.md#options).
If you want to specify a file destination, use:
```js
Expand Down

0 comments on commit e68e849

Please sign in to comment.