Skip to content

Commit

Permalink
Merge pull request #676 from drsherlock/fix-docs-broken-links
Browse files Browse the repository at this point in the history
Fix metadata streams docs links
  • Loading branch information
davidmarkclements committed Jul 5, 2019
2 parents e610f4e + 1a6515a commit 4290e37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api.md
Expand Up @@ -3,6 +3,7 @@
* [pino() => logger](#export)
* [options](#options)
* [destination](#destination)
* [destination\[Symbol.for('pino.metadata')\]](#metadata)
* [Logger Instance](#logger)
* [logger.trace()](#trace)
* [logger.debug()](#debug)
Expand Down Expand Up @@ -260,6 +261,7 @@ In these cases `process.stdout` is used instead.
* See [`pino.destination`](#pino-destination)
* See [`pino.extreme`](#pino-extreme)

<a id="metadata"></a>
#### `destination[Symbol.for('pino.metadata')]`

Default: `false`
Expand Down

0 comments on commit 4290e37

Please sign in to comment.