yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #00558
[Bug 989269] Re: --verbose enables debug level logging
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => grizzly-3
--
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 Committed
Status in OpenStack Image Registry and Delivery Service (Glance):
Fix Released
Status in OpenStack Compute (Nova):
Fix Released
Status in Oslo - a Library of Common OpenStack Code:
Fix Committed
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