Skip to content

Commit

Permalink
add note about deprecated option (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Jun 20, 2022
1 parent 3f9d036 commit 639265c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ events"](#hapievents) section.

**Default**: `false`

> This option is now deprecated, you should use the `transport` option. You can [view how to use it here](https://github.com/pinojs/pino-pretty#programmatic-integration). This will also allow you full customisation over `pino-pretty`
Pretty print the logs (same as `node server | pino`), disabled in production. Enable in development by passing `true`

### `options.tags: ({ [key in pino.Level]?: string })`
Expand Down

0 comments on commit 639265c

Please sign in to comment.