be3514e25c
Package audit-config is created to config customized config file of audit. Since there is no other change for audit, we could replace srpm with rpm directly. audit-config is set to depends on audit, so audit rpm will be installed automatically. Test: Pass build and multi node deploy test. Confirm syslog.conf is the same as before in the deploy. Story: 2003768 Task: 27602 Depends-On: https://review.openstack.org/617174 Change-Id: I6101142642dd21c35e7db1352cc8c9aa05fba923 Signed-off-by: slin14 <shuicheng.lin@intel.com>
15 lines
527 B
Plaintext
15 lines
527 B
Plaintext
# This file controls the configuration of the syslog plugin.
|
|
# It simply takes events and writes them to syslog. The
|
|
# arguments provided can be the default priority that you
|
|
# want the events written with. And optionally, you can give
|
|
# a second argument indicating the facility that you want events
|
|
# logged to. Valid options are LOG_LOCAL0 through 7, LOG_AUTH,
|
|
# LOG_AUTHPRIV, LOG_DAEMON, LOG_SYSLOG, and LOG_USER.
|
|
|
|
active = yes
|
|
direction = out
|
|
path = builtin_syslog
|
|
type = builtin
|
|
args = LOG_INFO LOG_AUTH
|
|
format = string
|