yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #07638
[Bug 1207576] Re: python package amqp, should not run in debug mode when nova is in debug mode
This one looks to me like something that would affect all OpenStack
projects. Also, the proposed fix for this one is a change to log.py,
which is synced from oslo to nova. So the fix should go into oslo so
all projects can take advantage of it.
** Also affects: oslo
Importance: Undecided
Status: New
--
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/1207576
Title:
python package amqp, should not run in debug mode when nova is in
debug mode
Status in OpenStack Compute (Nova):
In Progress
Status in Oslo - a Library of Common OpenStack Code:
New
Bug description:
Currently the python package amqp runs in debug mode when nova is in
debug mode. When specifying debug level logs in nova generally we
are trying to debug nova not its dependencies. So by default amqp
and other python dependencies shouldn't be running in debug mode when
nova is.
http://logs.openstack.org/47/36947/5/check/gate-tempest-devstack-vm-
full/37958/logs/screen-n-sch.txt.gz
2013-07-31 20:52:43.207 28626 DEBUG amqp [-] Start from server, version: 0.9, properties: {u'information': u'Licensed under the MPL. See http://www.rabbitmq.com/', u'product': u'RabbitMQ', u'copyright': u'Copyright (C) 2007-2011 VMware, Inc.', u'capabilities': {u'exchange_exchange_bindings': True, u'consumer_cancel_notify': True, u'publisher_confirms': True, u'basic.nack': True}, u'platform': u'Erlang/OTP', u'version': u'2.7.1'}, mechanisms: [u'PLAIN', u'AMQPLAIN'], locales: [u'en_US'] _start /usr/local/lib/python2.7/dist-packages/amqp/connection.py:706
2013-07-31 20:52:43.208 28626 DEBUG amqp [-] Open OK! _open_ok /usr/local/lib/python2.7/dist-packages/amqp/connection.py:592
2013-07-31 20:52:43.208 28626 DEBUG amqp [-] using channel_id: 1 __init__ /usr/local/lib/python2.7/dist-packages/amqp/channel.py:70
2013-07-31 20:52:43.208 28626 DEBUG amqp [-] Channel open _open_ok /usr/local/lib/python2.7/dist-packages/amqp/channel.py:420
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1207576/+subscriptions