IMQ_LOG_LEVEL variable

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:

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.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.