Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
felixheck committed Nov 15, 2017
1 parent 2351689 commit 5f5ccd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tokens-formats-presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ The following formats/[presets](#presets) are set by default:
| Event | Preset | Emitter |
|----------------:|----------------------------------------------|----------------------|
| `log` | [`log.tinyjson`](#logtinyjson) | `server.log` & internal server events |
| `request` | [`log.tinyjson`](#logtinyjson) | `request.log` & internal `accept-encoding` errors |
| `request` | [`log.tinyjson`](#logtinyjson) | `request.log` |
| `response` | [`response.tiny`](#responsetiny) | request is completed |
| `request-error` | [`error.tinyjson`](#errortinyjson) | request failed (`500` status code) |
| `request-error` | [`error.tinyjson`](#errortinyjson) | request failed (`500` status code) & internal `accept-encoding` errors |
| `onPostStart` | [`server.info`](#serverinfo) | server is started |
| `onPostStop` | [`server.info`](#serverinfo) | server is stopped |
| `uncaught` | [`error.json`](#errorjson) | uncaught error occured |
| `uncaught` | [`error.json`](#errorjson) | uncaught error occurred |

## Presets
#### `log.tiny`
Expand Down

0 comments on commit 5f5ccd6

Please sign in to comment.