Comment 10 for bug 1995514

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.privsep (master)

Reviewed: https://review.opendev.org/c/openstack/oslo.privsep/+/864254
Committed: https://opendev.org/openstack/oslo.privsep/commit/c2b6df05e0c8bd2a34b2b7db1935ea605062e22c
Submitter: "Zuul (22348)"
Branch: master

commit c2b6df05e0c8bd2a34b2b7db1935ea605062e22c
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Nov 11 10:30:24 2022 +0100

    Setup logging without fixing evenlet logging

    Since [1], ``oslo_log.log.setup`` can be called without applying the
    fix for eventlet in native threads [2]. This fix clashes with the
    oslo.privsep logging handler that replaces the original one. This
    handler is implemented to allow the sync between the daemon process
    and the process making the privileged call.

    Once the oslo.log library version is bumped to 5.0.2, the try clause
    can be removed.

    [1]https://review.opendev.org/c/openstack/oslo.log/+/864252
    [2]https://review.opendev.org/c/openstack/oslo.log/+/852443

    Closes-Bug: #1995514
    Related-Bug: #1995091
    Change-Id: I7a4c55228064cb2dd4f4a359cdd81fd288baaf68