Skip to content

Commit

Permalink
condense readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmarkclements committed Nov 30, 2016
1 parent 30a2607 commit efd8d52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@ log.child({ widget: 'foo' }).info('hello')
log.child({ widget: 'bar' }).warn('hello 2')
```

<a name="extreme"></a>
## Extreme mode explained
<details>
<summary>## Extreme mode explained<a name="extreme"></a></summary>

In essence, Extreme mode enables extreme performance by buffering log messages and writing them in larger chunks.

Expand All @@ -625,7 +625,7 @@ This has a couple of important caveats:
```

So in summary, only use extreme mode if you're doing an extreme amount of logging, and you're happy in some scenarios to lose the most recent logs.

</details>

<a name="express"></a>
## How to use Pino with Express
Expand Down

0 comments on commit efd8d52

Please sign in to comment.