Comment 14 for bug 1745168

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (stable/pike)

Reviewed: https://review.openstack.org/538230
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=112ee583e0c4b6364e99fe15c00d82ec50ca0d6d
Submitter: Zuul
Branch: stable/pike

commit 112ee583e0c4b6364e99fe15c00d82ec50ca0d6d
Author: Matt Riedemann <email address hidden>
Date: Thu Jan 25 15:50:34 2018 -0500

    backup: set default swiftclient log level to WARN

    Similar to change I0857cecd7d8ab0ee7e3e9bd6e15f4987ede4d653, the
    swift backup driver cannot be logging stuff while in a thread during
    read and write operations. swiftclient logs requests and responses
    at DEBUG level, which can cause a thread switch and break the backup
    operation.

    This sets a default log level of WARN for swiftclient for the
    cinder-backup service.

    Change-Id: I67ac11276715290839c39fc1d0e333c61a38c461
    Closes-Bug: #1745168
    (cherry picked from commit e4989c103ff23cbf937faa8cc12c39e9720f9fd7)