Comment 9 for bug 1871840

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

Reviewed: https://review.opendev.org/726156
Committed: https://git.openstack.org/cgit/openstack/oslo.log/commit/?id=a67f7b5ce5b956918640784d9a180873676d5820
Submitter: Zuul
Branch: stable/ussuri

commit a67f7b5ce5b956918640784d9a180873676d5820
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
    Change-Id: I62a32ed46a400b62ead8c1e6e64acee658e2a769
    Closes-Bug: #1871840