Start/notes.ini Parameters/DOMINOIQ_LOGLEVEL

DOMINOIQ_LOGLEVEL

🛠️
Parameter: DOMINOIQ_LOGLEVEL
Short description: Log level of the Domino IQ task (LLM/RAG integration) – controls the detail of diagnostic output.

Profile

Parameter
DOMINOIQ_LOGLEVEL
Category
Logging / Debug
Component
Server
Available since
14.5
Supported versions
14.5, 14.5.1
GUI equivalent
notes.ini only (no GUI)
Possible values
DEBUG, INFO, WARN, ERROR

Description

⚠️
Verify spelling. Domino IQ was introduced in Domino 14.5; the exact switch name DOMINOIQ_LOGLEVEL with values DEBUG/INFO/WARN/ERROR is not directly documented under this name in official HCL KBs (as of May 2026). Verify in HCL Release Notes 14.5.x or the Domino IQ configuration documentation before production use.
DOMINOIQ_LOGLEVEL controls how verbosely the Domino IQ task introduced in Domino 14.5 writes to its log file. Domino IQ bundles LLM/RAG functionality (integration with external or local language models, embedding generation, vector search). By default, the task runs at INFO. For analyzing connection, token, or prompt issues, DEBUG is recommended temporarily; in production operation it should be reduced back to INFO or WARN once things stabilize.

Example configuration

DOMINOIQ_LOGLEVEL=DEBUG

Notes & pitfalls

  • Takes effect after a restart of the IQ task (restart task iq).
  • DEBUG may log prompt/response content – review with respect to data protection before allowing this into production logs.
  • In combination with DOMINOIQ_LOGFILE (if configured), output goes to a separate file instead of the console.
  • Does not act retroactively – log lines already written keep their original level.