# JobQueueOptions.logger property · @imqueue/job

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

Logger for the queue's own log and error messages.

**Signature:**

```typescript
logger?: ILogger;
```

## Default Value

console

## Remarks

Worth supplying, because this is the only channel through which some failures surface at all: [JobQueuePublisher.push()](https://imqueue.org/api/job/latest/job.jobqueuepublisher.push/) reports a failed enqueue here and nowhere else. Pass a no-op logger to silence the queue.

