← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 989269] Re: --verbose enables debug level logging

 

** Changed in: oslo/grizzly
   Importance: Undecided => High

** Changed in: oslo/grizzly
       Status: New => Fix Released

** Changed in: oslo/grizzly
    Milestone: None => 2013.1

** Changed in: oslo/grizzly
     Assignee: (unassigned) => Davanum Srinivas (DIMS) (dims-v)

-- 
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
Status in oslo grizzly series:
  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