# IMQ_LOG_LEVEL variable · @imqueue/core

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

Default logger method for profiling output, from the `IMQ_LOG_LEVEL` environment variable.

Accepts `log`, `info`, `warn` or `error`; any other or missing value resolves to `info` without warning.

**Signature:**

```typescript
IMQ_LOG_LEVEL: LogLevel
```

## Remarks

Read once when the module is first imported, so later changes to `process.env` have no effect. Individual decorators override it via [ProfileDecoratorOptions.logLevel](https://imqueue.org/api/core/latest/core.profiledecoratoroptions.loglevel/).

