Skip to content

Commit 6dfec68

Browse files
Remove prettyPrint option from documentation (#177)
1 parent a9817e3 commit 6dfec68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ async function start () {
5454
await server.register({
5555
plugin: require('hapi-pino'),
5656
options: {
57-
prettyPrint: process.env.NODE_ENV !== 'production',
5857
// Redact Authorization headers, see https://getpino.io/#/docs/redaction
5958
redact: ['req.headers.authorization']
6059
}

0 commit comments

Comments
 (0)