# IMQ_LOG_TIME variable · @imqueue/core

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

Whether execution-time profiling is on by default, from the `IMQ_LOG_TIME` environment variable.

**Signature:**

```typescript
IMQ_LOG_TIME: boolean
```

## Remarks

The value is coerced numerically: any non-zero number enables it, while `0`, an empty value, or any non-numeric string — including `true` — disables it. Use `IMQ_LOG_TIME=1`.

Read once when the module is first imported, so later changes to `process.env` are ignored. Individual decorators override this via [ProfileDecoratorOptions.enableDebugTime](https://imqueue.org/api/core/latest/core.profiledecoratoroptions.enabledebugtime/).

