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

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

    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