Comment 4 for bug 1269987

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

Reviewed: https://review.openstack.org/62068
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=27f9221722071eb047ff7691a01eceb37fd3c108
Submitter: Jenkins
Branch: master

commit 27f9221722071eb047ff7691a01eceb37fd3c108
Author: Brant Knudson <email address hidden>
Date: Fri Dec 13 13:43:21 2013 -0600

    Update the default_log_levels defaults

    The default for default_log_levels didn't set the log levels
    for some packages that Keystone uses (for example, dogpile). This
    caused the server to output a lot of extra logs when debug=True
    is used.

    You can get the debug output for dogpile and routes by setting
    default_log_levels explicitly in your keystone.conf file.

    Change-Id: Ib797fa7b98f0e501047b72b094d07ad204385cc6
    Related-bug: #1245629
    Closes-Bug: #1269987