Skip to content

Commit e68e849

Browse files
authored
docs: Fix Pino docs link (fastify#5284)
* 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 <[email protected]> * docs: Undo unnecessary changes from previous commit This reverts commit 099614e. --------- Signed-off-by: Bosco Domingo <[email protected]>
1 parent ac26d7b commit e68e849

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Reference/Logging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ the Fastify instance:
6161
fastify.log.info('Something important happened!');
6262
```
6363
64-
If you want to pass some options to the logger, just pass them to Fastify. You
65-
can find all available options in the [Pino
66-
documentation](https://github.com/pinojs/pino/blob/master/docs/api.md#pinooptions-stream).
64+
If you want to pass some options to the logger, just pass them to Fastify.
65+
You can find all available options in the
66+
[Pino documentation](https://github.com/pinojs/pino/blob/master/docs/api.md#options).
6767
If you want to specify a file destination, use:
6868
6969
```js

0 commit comments

Comments
 (0)