ADT_SYSLOG_OPTIONS configuration parameter

Use this configuration parameter to specify options to openlog(). The parameter is written in the configuration file and on the command line with commas separating separate options and no spaces.

default value

LOG_NDELAY and LOG_NOWAIT

range of values

LOG_NDELAY, LOG_NOWAIT(the default)

LOG_NDELAY, LOG_ODELAY(mutually exclusive)

LOG_PERROR , LOG_CONS, LOG_PID

takes effect
When onaudit is run with -O option, it sets the ADT_SYSLOG_OPTIONS parameter in the audit configuration file.
utility
onaudit (onaudit -O options)

The options can be written with or without the LOG_ prefix and in upper-case or lower-case or mixed case. The LOG_ prefix and all upper-case is used when options are written to the audit configuration file.