PingDirectory

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 dsconfig with the set-log-publisher-prop subcommand.

    Example:

    $ bin/dsconfig set-log-publisher-prop \
      --publisher-name "Successful Searches with No Entries Returned" \
      --set enabled:true