Reviewed: https://review.openstack.org/68530 Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=4968d1ad5d8d6b0537c68548eb5f8c08bc33f63a Submitter: Jenkins Branch: master
commit 4968d1ad5d8d6b0537c68548eb5f8c08bc33f63a Author: Brant Knudson <[email protected]> Date: Wed Jan 22 19:06:44 2014 -0600 Keystone use common logging setup The Keystone setup was using logging.conf to configure logging, unlike other projects. This may have been left over from before Keystone switched to oslo logging. Switching to common logging configuration allows: - Common format for logs for easier parsing - Pretty colorized logs - Keystone can control the default logging levels for libraries that are used by setting the defaults in keystone. - Potentially using a function to setup logging for all components using oslo-logging (e.g., share with lib/nova). Change-Id: I4e9b1e6cffce30f16a1e039224312852b8abda07 Closes-Bug: #1271775 Closes-Bug: #1269987 ** Changed in: devstack Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1269987 Title: keystone inappropriate debug logging Status in devstack - openstack dev environments: Fix Released Status in OpenStack Identity (Keystone): In Progress Bug description: The keystone logs contain debug output from libraries that keystone uses. While these would be useful if you're debugging keystone's use of those libraries, it's generally not what you're doing as a developer. The default logging config set up by devstack should be changed so that the debug output from the "dogpile" and "routes" libraries is suppressed. If developers want to see it they can reconfigure. This may be related to 953428 ... filing a separate bug since I'm only planning to fix keystone and I didn't bother looking into the rest of the projects to see what they do for logging. To manage notifications about this bug go to: https://bugs.launchpad.net/devstack/+bug/1269987/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

