Comment 2 for bug 1220012

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

Reviewed: https://review.openstack.org/44776
Committed: http://github.com/openstack/keystone/commit/d98dca9f983e8fbee21d874c22170952f7d781c2
Submitter: Jenkins
Branch: master

commit d98dca9f983e8fbee21d874c22170952f7d781c2
Author: Morgan Fainberg <email address hidden>
Date: Mon Sep 2 17:07:32 2013 -0700

    Update keystone wsgi httpd script for oslo logging

    When updating to the oslo logging module, it appears that this script
    was missed, and erroneously still references .DEBUG, which is not
    available in the oslo logging module. This commit corrects the issue
    and updates the reference to oslo log module to not be aliased to
    "logging".

    The extra logic to set the debug on the instantiated logger is still
    needed to ensure all logging is seen (startup config logging, etc).

    fixes-bug: 1220012
    Change-Id: If5b4f9f28cb9d05f914848cbdb54b10c2c5f3b2d