Comment 4 for bug 1828598

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to watcher (master)

Reviewed: https://review.opendev.org/658399
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=5c2939f23b8ebf23ccfd0a4dd41fadc9f344ac6e
Submitter: Zuul
Branch: master

commit 5c2939f23b8ebf23ccfd0a4dd41fadc9f344ac6e
Author: Matt Riedemann <email address hidden>
Date: Fri May 10 11:29:08 2019 -0400

    Remove watcher.openstack.common=WARN from _DEFAULT_LOG_LEVELS

    Hard-coding watcher.openstack.common to warning level logging
    only makes it hard to debug watcher's interactions with other
    services, like when it's triggering and monitoring a server live
    migration.

    Since debug logging is controlled via the "debug" configuration
    option, we can just rely on that to filter out debug logs within
    watcher itself.

    Note this has been this way since change
    I699e0ab082657880998d8618fe29eb7f56c6c661 back in 2015 and there
    was no explanation why the watcher.openstack.common logging
    was set to WARN level.

    Change-Id: I939403a4ae36d1aa9ea83badb9404bc37d18a1a6
    Related-Bug: #1828598