Modifying the access log using dsconfig non-interactive mode - 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

Use the dsconfig tool in non-interactive mode to modify a log publisher property on the command line or in a script.

For information on each property, see the PingDirectory server Configuration Reference Guide, which is an HTML document listing the various properties for each PingDirectory server component.

Use dsconfig with the --no-prompt option with the properties you want to modify or set for your access log.

In this example, enable the properties to include the instance name and startup ID.

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