Skip to content

Commit

Permalink
Update api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Mar 10, 2020
1 parent 2d1b2e9 commit d4ded8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/prisma-client-js/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ Creates a new `PrismaClient` instance.
#### Options

| Name | Type | Required | Description |
| ------- | ----------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| `log` | `Array<LogLevel | LogDefinition>` | No | This allows to specify one of the following log levels: `'info'`, `'warn'`, `'query'`. Learn more about logging [below](#logging). |
| ------- | ----------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `log` | `Array<LogLevel>` or `Array<LogDefinition>` | No | This allows to specify one of the following log levels: `'info'`, `'warn'`, `'query'`. Learn more about logging [below](#logging). |
| `errorFormat` | `ErrorFormat` | No | Specifies how Prisma Client should print errors. The following settings are possible: `'pretty'`, `'colorless'`, `'minimal'`. Learn more about error formatting [below](#error-formatting). |

#### Examples
Expand Down

0 comments on commit d4ded8e

Please sign in to comment.