Skip to content

Commit

Permalink
Fix metadata streams docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
drsherlock committed Jul 4, 2019
1 parent e610f4e commit 1a6515a
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 1a6515a

Please sign in to comment.