• Use dsconfig to create a log publisher of type syslog-based-error. In this example, set the syslog facility to 4 for security/authorization messages.
    $ bin/dsconfig create-log-publisher --publisher-name "syslog-error" \
      --type syslog-based-error --set syslog-facility:4 --set enabled:true