ADT_SYSLOG_PRIORITY configuration parameter
Use this configuration parameter to specify a priority while filtering messages in the syslog daemon. The parameter is written in the configuration file and on the command line with commas separating separate options and no spaces.
- default value
-
LOG_INFO
- range of values
-
LOG_INFO(the default), LOG_EMERG, LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_DEBUG
- takes effect
- When onaudit is run with -P option, it sets the ADT_SYSLOG_PRIORITY parameter in the audit configuration file.
- utility
- onaudit (onaudit -P priority)
Use of more urgent priority such as LOG_EMERG is not recommended.
The priority 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.