Enabling audit logging

Audit logging is always enabled for customers who are operating in the GovCloud deployment mode. Audit logging may optionally be enabled for customers running in Commercial Cloud mode or Legacy mode. This is done by adding these JVM parameters to the application server configuration:
  • workbrain.security.audit.enabled: Enables the audit log when set to true.
  • log.dir: If the audit log is being output to a file, this parameter can be set to the file path where the audit log file is saved.

An audit appender must also be added for log4j.logger.com.workbrain.security.AuditLogService in the log4j configuration on the application server.

See "Configuring audit logging" in the Infor Workforce Management Installation and Configuration Guide for details on enabling audit logging in Legacy mode deployments.