59.1. Pre-Configuring Logging of Audit Events #

For PPEM to log audit events, the logging must be configured first in the ppem-manager.yml manager configuration file.

You can specify the following parameters:

audit:
  enabled: true or false
  syslog:
    protocol: one_of_supported_transport_protocols
    address: address_of_a_syslog_server
    port: port_of_the_syslog_server
    facility: facility_of_syslog_messages
    tag: tag_of_syslog_messages
  log:
    path: path_to_a_log_file
    mode: access_mode_for_the_log_file

Where: