Troubleshooting tips

Here is some helpful information if you encounter a problem with Domino IQ.

  • Set DEBUG_DOMIQ=1 in the Notes.ini file of each Domino IQ server. Additional logging can be found in Domino's console.log file for the Domino IQ task and NotesLLM Query. Searching the console.log for DominoIQ will find most of the debug, the exception being some lower levels of code.
  • The Domino IQ server sends the output of the AI inference server to the dominoiq_server.log file in the IBM_TECHNICAL_SUPPORT directory. The dominoiq_server.log is unique to each run with the format of the name being: dominoiq_server_<servername>_<YY_MM_DD@HH_MM_SS>.log
  • To log basic responses from the AI inferencing server, set the Notes.ini DEBUG_DOMINOIQ_LLMREQUEST=1 on the Domino IQ server.
  • To get detailed trace logging to and from the AI inferencing server, set the Notes.ini DEBUG_DOMINOIQ_LLMPAYLOAD=1 on the Domino IQ server. This will log the detailed connection/request/response tracing to a file prefixed with "domiqllm" under the IBM_TECHNICAL_SUPPORT directory.