Comment 20 for bug 1871840

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

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

commit ef23f7085059a7844be308db454a20168fbc97e1
Author: Brian Haley <email address hidden>
Date: Mon Jun 1 17:25:56 2020 -0400

    Default facility to None in OSJournalHandler class

    Use a default value of None for facility in OSJournalHandler
    class, as is done in the OSSysLogHandler class.

    Neutron started failing with a:

     E1120: No value for argument 'facility' in constructor call

    With a recent release of oslo.log.

    Change-Id: I5269b82d219fd2377535120d9d266238d50431b3
    Related-Bug: #1871840
    (cherry picked from commit 184235c26517598d6e60f4db72e095ba061a0d6e)
    (cherry picked from commit c77f3c9aa82364c482be9b37e6d29634273bb90f)
    (cherry picked from commit e19c4076b1f0d7fdbd6d68a09c973934029926a1)