Skip to content

Commit

Permalink
Remove prettyPrint from documentation and typedefs (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansamines committed Oct 23, 2022
1 parent 5664de9 commit a9817e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,6 @@ events"](#hapievents) section.

the binary stream to write stuff to

### `options.prettyPrint: boolean`

**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 })`

**Default**: exposed via `hapi-pino.levelTags`
Expand Down
1 change: 0 additions & 1 deletion index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const options: HapiPino.Options = {
logRequestStart: false,
logRequestComplete: true,
stream: process.stdout,
prettyPrint: process.env.NODE_ENV !== 'PRODUCTION',
tags: {
trace: 'trace',
debug: 'debug',
Expand Down

0 comments on commit a9817e3

Please sign in to comment.