# IMQ_LOG_ARGS variable · @imqueue/core

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

Whether call-argument profiling is on by default, from the `IMQ_LOG_ARGS` environment variable.

**Signature:**

```typescript
IMQ_LOG_ARGS: boolean
```

## Remarks

Coerced numerically exactly as [IMQ\_LOG\_TIME](https://imqueue.org/api/core/latest/core.imq_log_time/) is, with the same caveat that `IMQ_LOG_ARGS=true` evaluates to disabled — use `IMQ_LOG_ARGS=1`.

Read once when the module is first imported. Individual decorators override this via [ProfileDecoratorOptions.enableDebugArgs](https://imqueue.org/api/core/latest/core.profiledecoratoroptions.enabledebugargs/).

