Comment 33 for bug 1588051

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible (liberty)

Reviewed: https://review.openstack.org/351184
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=d79ddc60879e6e636b4511d3895220aa634622a6
Submitter: Jenkins
Branch: liberty

commit d79ddc60879e6e636b4511d3895220aa634622a6
Author: Major Hayden <email address hidden>
Date: Thu Aug 4 08:23:51 2016 -0500

    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.

    Manual backport of Ia938c1266dac51e6f278cadc8272ac98bb270044.

    Partial-Bug: 1588051
    Co-Authored-By: Andrew Meserole <email address hidden>
    Change-Id: I57f2941ccf2d099cdc96798c7902fde8cc2e24ea