# QueryLogOptions.logParams property · @imqueue/pg-prisma

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

Whether to log bound parameters as well.

**Signature:**

```typescript
logParams?: boolean;
```

## Remarks

Off by default and worth keeping that way outside local debugging: the statement text and its timing are logged either way, while the bound parameters carry whatever the caller passed — stored values, user ids — and a log file is the least protected place that data can land.

