Parameter:
DEBUG_DYNCONFIGShort description: Enables debug output for dynamic client/server configuration (DynConfig) – shows which
notes.ini values are loaded at runtime from the configuration document or the Notes settings policy.Profile
Parameter | DEBUG_DYNCONFIG |
Category | Logging / Debug |
Component | Client, 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 | 0 = off (default), 1 = on |
Description
Domino and the Notes client load additional configuration values at runtime from the server configuration document or from the Notes settings of a policy. This process is called Dynamic Configuration and can cause confusion when a value set in
notes.ini is unexpectedly overwritten or a policy value does not take effect.DEBUG_DYNCONFIG=1 writes detailed trace entries: which values were read, merged, or overridden from which source. This makes it easy to see whether there is a parameter conflict between notes.ini, the configuration document, and a policy.Example configuration
DEBUG_DYNCONFIG=1
Notes & pitfalls
- Takes effect after a server restart or client restart.
- Entries appear on the server in
console.log, on the client innotes.log/ the debug log file.
- Enable only temporarily – otherwise logs quickly become hard to read.
- Complementary to
Debug_Outfile,set config(server), and the server configuration document.
- For client policy diagnosis, also consider
Debug_Notes_Settings=1.