Merge "Add missing logging trace queues collection"
This commit is contained in:
commit
b011893f9c
@ -89,6 +89,8 @@ class CollectionResource(object):
|
||||
self._validate = validate
|
||||
|
||||
def on_get(self, req, resp, project_id):
|
||||
LOG.debug(u'Queue collection GET - project: %(project)s',
|
||||
{'project': project_id})
|
||||
|
||||
kwargs = {}
|
||||
|
||||
|
@ -89,6 +89,8 @@ class CollectionResource(object):
|
||||
self._validate = validate
|
||||
|
||||
def on_get(self, req, resp, project_id):
|
||||
LOG.debug(u'Queue collection GET - project: %(project)s',
|
||||
{'project': project_id})
|
||||
|
||||
kwargs = {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user