Enabling or disabling a default log publisher
You can enable or disable any log publisher available on the PingDirectory server using the dsconfig tool.
By default, the following loggers are disabled and should only be enabled when troubleshooting an issue on the server:
-
File-Based Audit Logger
-
File-Based Debug Logger
-
Successful Searches with No Entries Returned
Steps
-
To enable a log publisher, run
dsconfigwith theset-log-publisher-propsubcommand.Example:
$ bin/dsconfig set-log-publisher-prop \ --publisher-name "Successful Searches with No Entries Returned" \ --set enabled:true