LOGFILE_DIR

🛠️
Parameter: LOGFILE_DIR
Short description: Directory for HTTP and other debug log files. Default is IBM_TECHNICAL_SUPPORT in the data directory.

Profile

Parameter
LOGFILE_DIR
Category
Logging / Debug
Component
Server
Available since
9.0.1
Supported versions
9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1
GUI equivalent
notes.ini only (no GUI)
Possible values
Absolute path to a writable directory

Description

Various Domino subsystems (HTTP debug trace, semaphore and memory trace, NSD dumps, certmgr debug) write diagnostic files by default into the IBM_TECHNICAL_SUPPORT subfolder of the data directory. On large servers, this folder fills up quickly and competes with mail and application NSFs for disk space / IO. With LOGFILE_DIR, you can redirect the debug logs to a separate, larger volume – without moving the data directory itself.

Example configuration

LOGFILE_DIR=D:\\domino\\diag

Notes & pitfalls

  • The directory must already exist and be writable by the Domino service account.
  • Takes effect after a server restart (some subsystems accept changes only when their log files are next created).
  • Plan backup and retention for the diagnostics directory separately from the data directory.
  • Incorrect paths cause NSD / console data to silently fall back to the default directory – verify after changing.