# QueryLogOptions interface · @imqueue/pg-prisma

Source: https://imqueue.org/api/pg-prisma/latest/pg-prisma.querylogoptions/
Published: 2026-08-28
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-prisma 2.0.0 — generated reference, not hand-written

Everything [queryLog()](https://imqueue.org/api/pg-prisma/latest/pg-prisma.querylog/) needs.

**Signature:**

```typescript
export interface QueryLogOptions 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [log](https://imqueue.org/api/pg-prisma/latest/pg-prisma.querylogoptions.log/) |  | boolean | Whether to log at all. |
| [logger](https://imqueue.org/api/pg-prisma/latest/pg-prisma.querylogoptions.logger/) |  | [QueryLogger](https://imqueue.org/api/pg-prisma/latest/pg-prisma.querylogger/) | Where the line goes. |
| [logParams?](https://imqueue.org/api/pg-prisma/latest/pg-prisma.querylogoptions.logparams/) |  | boolean | _(Optional)_ Whether to log bound parameters as well. |

