Skip to main content
Version: 2.75.x.x LTS

Audit module configuration

The following parameters in the nevisidm-prod.properties file control the audit module:

  • application.modules.auditing.enabled (boolean, "true"): Enables or disables the audit module.
  • application.modules.auditing.provider: Defines the implementing bean name, which can either be jsonAuditProvider or jcanLogAuditProvider.
  • application.modules.auditing.file (string, -): Configures the location of the audit file. This parameter is mandatory for jsonAuditProvider. If you do not set this parameter for jsonAuditProvider, auditing will be disabled.