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:
Jesse Pretorius 2014-12-15 11:18:52 +00:00
parent b75ac5bb13
commit d23eec1093

View File

@ -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.* ~