Enabling the File-Based Audit Log Publisher - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

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.

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