Skip to content

Commit

Permalink
Merge 2e51906 into 2f55973
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanph committed Oct 9, 2018
2 parents 2f55973 + 2e51906 commit 9d1474e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ events"](#hapievents) section.
{ level: 30, data: { hello: 'world' }}
```
- `[ignorePaths]` - Takes an array of string routes and disables logging for each. Useful for health checks or any route that does not need logging. E.g `['/health']`
- `[level]` - Set the minumum level that Pino should log out. See [Level](https://github.com/pinojs/pino/blob/master/docs/API.md#level). For example, `{level: 'debug'}` would configure Pino to output all `debug` or higher events.

- `[level]` - Set the minumum level that Pino should log out. See [Level](https://github.com/pinojs/pino/blob/master/docs/api.md#level). For example, `{level: 'debug'}` would configure Pino to output all `debug` or higher events.
<a name="serverdecorations"></a>
### Server Decorations

Expand Down

0 comments on commit 9d1474e

Please sign in to comment.