Parameter:
DOMINOIQ_LOGLEVELShort 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
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).
DEBUGmay 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.