# IMQOptions.verbose property · @imqueue/core

Source: https://imqueue.org/api/core/latest/core.imqoptions.verbose/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/core 3.3.2 — generated reference, not hand-written

Enables/disables verbose logging.

**Signature:**

```typescript
verbose?: boolean;
```

## Default Value

false

## Remarks

Only informational tracing is gated by this. Connection lifecycle messages and internal errors are always written to [IMQOptions.logger](https://imqueue.org/api/core/latest/core.imqoptions.logger/).

