# IMQORMOptions.logger property · @imqueue/pg-sequelize

Source: https://imqueue.org/api/pg-sequelize/latest/pg-sequelize.imqormoptions.logger/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/pg-sequelize 4.2.0 — generated reference, not hand-written

Where SQL statements are logged.

**Signature:**

```typescript
logger: ILogger;
```

## Remarks

Falls back to the `@imqueue/rpc` service default, then to `console`, so it can be left out. `@imqueue/async-logger` is the usual choice.

