Parameter:
DEBUG_VAULTSummary: Enables detailed logging of ID Vault operations (push, pull, reset, recovery) for troubleshooting.
Profile
Parameter | DEBUG_VAULT |
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 | 0 = off (default), 1 = basic, 2 = verbose |
Description
DEBUG_VAULT enables detailed logging for all ID Vault operations on the Domino server – from the initial upload of a Notes ID (push) and downloads (pull) to password reset and ID recovery. It exposes the individual steps and return values for vault operations, which usually provides the fastest diagnosis in support cases around the ID Vault.Example configuration
DEBUG_VAULT=2 Debug_Outfile=C:\Domino\debug\vault_debug.log
Notes & pitfalls
- Level 2 produces significantly more output – enable only temporarily and store the log file under access protection.
- Captured output includes user and certifier names – treat as privacy-sensitive data.
- Use
Debug_Outfileto redirect the output into a dedicated file, otherwise it goes toconsole.log.
- Effective immediately via
set config DEBUG_VAULT=...; reset to0after diagnosis.
- Pairs with
DEBUG_PWD_AUTH(authentication) andDEBUG_RECOVERIDfor a complete picture.