Parameter:
DOMINO_Access_LoggingShort description: Enables an extended HTTP access log in CLF/Combined format in addition to
domlog.nsf – easy to evaluate via log rotation / log analysis tools.Profile
Parameter | DOMINO_Access_Logging |
Category | Logging / Debug |
Component | Server |
Available since | 10.0 |
Supported versions | 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | Configuration document |
Possible values | 0 = off, 1 = CLF log, 2 = Combined/Extended (incl. User-Agent, Referrer) |
Description
DOMINO_Access_Logging enables a file-based HTTP access log in the classic Common Log Format (CLF) or Combined Log Format. Unlike domlog.nsf, this log is a plain text file and can be processed directly by standard tools (GoAccess, awstats, ELK, Splunk, Logrotate). The log is typically stored in the IBM_TECHNICAL_SUPPORT directory or a configured log path and is rotated daily.Example configuration
DOMINO_Access_Logging=2
Notes & pitfalls
- Takes effect only after
restart task http.
- Complements
domlog.nsf; does not replace it. If you don't need both, disabledomlog.nsfto avoid duplicate write load.
- Under very high HTTP load, actively monitor log rotation – the file can grow quickly.
- Level
2contains additional fields (User-Agent, Referrer) – check whether storing this is allowed under data-protection rules.