# JobQueueOptions.verbose property · @imqueue/job

Source: https://imqueue.org/api/job/latest/job.jobqueueoptions.verbose/
Published: 2026-07-31
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/job 3.0.3 — generated reference, not hand-written

Enables the queue's informational tracing.

**Signature:**

```typescript
verbose?: boolean;
```

## Default Value

false

## Remarks

Connection and lifecycle problems are logged regardless; only the chatty per-operation tracing is gated by this.

