Add missing tilde to swift rsyslog configuration
This patch adds the missing drop action (~) to the swift rsyslog configuration to ensure that the logging only gets written to the designated swift log files. Change-Id: I969bdcb07986563597729ddad4fb62d25deaa02b Closes-Bug: #1402606
This commit is contained in:
parent
b75ac5bb13
commit
d23eec1093
@ -19,4 +19,4 @@ local3.* ~
|
||||
|
||||
local4.*;local4.!notice /openstack/log/{{ inventory_hostname }}/object.log
|
||||
local4.notice /openstack/log/{{ inventory_hostname }}/object-error.log
|
||||
local4.*
|
||||
local4.* ~
|
||||
|
Loading…
Reference in New Issue
Block a user