Comment 10 for bug 1871840

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.log (stable/train)

Reviewed: https://review.opendev.org/726157
Committed: https://git.openstack.org/cgit/openstack/oslo.log/commit/?id=65ee5f5bbb3ec759bfa1bf1dbccb02c3b348bad0
Submitter: Zuul
Branch: stable/train

commit 65ee5f5bbb3ec759bfa1bf1dbccb02c3b348bad0
Author: Benjamin Reichel <email address hidden>
Date: Thu Apr 9 15:02:20 2020 +0200

    Add missing SYSLOG_FACILITY to JournalHandler

    Without SYSLOG_FACILITY log messages from journald forwards the message
    to kern.log. This seems to be default behaviour as it treats the message
    as kernel message.

    This option provides a proper facility to the log message and kern.log
    will not be filled up anymore.

    Cherry-picked from commit 5b12e66f6283962d96884e4aa3fa7db7d4e062fa
    Cherry-picked from commit 82751ce2a2b913a5d107133a15960c9c6d8fd594
    Change-Id: I62a32ed46a400b62ead8c1e6e64acee658e2a769
    Closes-Bug: #1871840