Skip to content

Commit a9817e3

Browse files
Remove prettyPrint from documentation and typedefs (#176)
1 parent 5664de9 commit a9817e3

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,6 @@ events"](#hapievents) section.
158158

159159
the binary stream to write stuff to
160160

161-
### `options.prettyPrint: boolean`
162-
163-
**Default**: `false`
164-
165-
> 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`
166-
167-
Pretty print the logs (same as `node server | pino`), disabled in production. Enable in development by passing `true`
168-
169161
### `options.tags: ({ [key in pino.Level]?: string })`
170162

171163
**Default**: exposed via `hapi-pino.levelTags`

index.test-d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const options: HapiPino.Options = {
1616
logRequestStart: false,
1717
logRequestComplete: true,
1818
stream: process.stdout,
19-
prettyPrint: process.env.NODE_ENV !== 'PRODUCTION',
2019
tags: {
2120
trace: 'trace',
2221
debug: 'debug',

0 commit comments

Comments
 (0)