yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01935
[Bug 989269] Re: --verbose enables debug level logging
** Changed in: glance/grizzly
Importance: Undecided => Medium
** Changed in: glance/grizzly
Status: New => Fix Released
** Changed in: glance/grizzly
Milestone: None => 2013.1
** Changed in: glance/grizzly
Assignee: (unassigned) => Mark McLoughlin (markmc)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/989269
Title:
--verbose enables debug level logging
Status in Cinder:
Fix Released
Status in OpenStack Image Registry and Delivery Service (Glance):
Fix Released
Status in Glance grizzly series:
Fix Released
Status in OpenStack Compute (Nova):
Fix Released
Status in Oslo - a Library of Common OpenStack Code:
Fix Released
Bug description:
Currently setting --verbose in nova.conf will still allow DEBUG level
message to be logged to python logger object. The issue is
nova/log.py check for --debug OR --verbose for setting logging.DEBUG
The correct fix would be:
--debug = logging.DEBUG
--verbose = logging.INFO
<nothing> = logging.WARNING
To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/989269/+subscriptions