PingDirectory

Enabling the File-Based Audit Log Publisher

About this task

Enable the File-Based Audit Log Publisher using the dsconfig tool. The audit log impacts the PingDirectory server’s write performance. Enable it only when troubleshooting.

Steps

  • To enable the File-Based Audit Log Publisher, run dsconfig.

    Example:

    In this example, the instance name and startup ID are also enabled in the audit log.

    $ bin/dsconfig set-log-publisher-prop \
      --publisher-name "File-Based Audit Logger" \
      --set enabled:true \
      --set include-instance-name:true \
      --set include-startup-id:true