Comment 11 for bug 1871840

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

Reviewed: https://review.opendev.org/726159
Committed: https://git.openstack.org/cgit/openstack/oslo.log/commit/?id=19fd9a2e2a283705552cb2c1f53c229b6ecf85e1
Submitter: Zuul
Branch: stable/stein

commit 19fd9a2e2a283705552cb2c1f53c229b6ecf85e1
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
    Cherry-picked from commit 911a45401c1292b1946c200aa0f6a98b9e246fd8
    Change-Id: I62a32ed46a400b62ead8c1e6e64acee658e2a769
    Closes-Bug: #1871840