Comment 12 for bug 1588051

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-rsyslog_client (stable/mitaka)

Reviewed: https://review.openstack.org/351182
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-rsyslog_client/commit/?id=3bcfed8a37a6f09b0ca2b106fb7adfcd72b1e371
Submitter: Jenkins
Branch: stable/mitaka

commit 3bcfed8a37a6f09b0ca2b106fb7adfcd72b1e371
Author: Andrew Meserole <email address hidden>
Date: Wed Aug 3 16:56:48 2016 +0000

    Prevent syslog leakage

    To prevent leakage to syslog this commit adds local7 to the list
    of excluded facilities in the rsyslog client default configuration
    file. This was done because local7 is used as a facility for
    openstack services to send log messages and by not excluding it
    in the default config file it was sending the log messages to
    syslog and the correct log file for the services.

    Change-Id: Ia938c1266dac51e6f278cadc8272ac98bb270044
    Partial-Bug: 1588051
    (cherry picked from commit eea5c79e96a222abf161d0cfa70b19589495e241)