Merge "Add more information to debug log message for consumer delete"
This commit is contained in:
commit
ebd676c651
@ -165,7 +165,7 @@ class ContainerConsumersController(controllers.ACLMixin):
|
||||
@controllers.enforce_content_types(['application/json'])
|
||||
def on_delete(self, external_project_id, **kwargs):
|
||||
data = api.load_body(pecan.request, validator=self.validator)
|
||||
LOG.debug(data)
|
||||
LOG.debug('Start on_delete...%s', data)
|
||||
consumer = self.consumer_repo.get_by_values(
|
||||
self.container_id,
|
||||
data["name"],
|
||||
|
Loading…
Reference in New Issue
Block a user