Merge "Add missing logging trace queues collection"

This commit is contained in:
Jenkins 2014-03-11 16:32:54 +00:00 committed by Gerrit Code Review
commit b011893f9c
2 changed files with 4 additions and 0 deletions

View File

@ -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 = {}

View File

@ -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 = {}