summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-05-16 11:09:35 +0000
committerGerrit Code Review <review@openstack.org>2023-05-16 11:09:35 +0000
commit67dd915e8c2946ea5616d66e8e22e89a39d7221d (patch)
treec64c4b1e8fe655d05c8885092103df3dbbf813c1
parent078fd242d1aae5cc3abc4591023ff40cd904b3f2 (diff)
parent91ee67019e0eb89290e599b2283f1f421718b796 (diff)
downloadnova-stable/zed.tar.gz
Merge "Revert "Debug Nova APIs call failures"" into stable/zed26.2.0stable/zed
-rw-r--r--nova/api/openstack/wsgi.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/nova/api/openstack/wsgi.py b/nova/api/openstack/wsgi.py
index 1d17ce1c9f..e64b4a2016 100644
--- a/nova/api/openstack/wsgi.py
+++ b/nova/api/openstack/wsgi.py
@@ -538,12 +538,6 @@ class Resource(wsgi.Application):
with ResourceExceptionHandler():
action_result = self.dispatch(meth, request, action_args)
except Fault as ex:
- LOG.debug(f'Request method failure captured:\n'
- f' request: {request}\n'
- f' method: {meth}\n'
- f' exception: {ex}\n'
- f' action_args: {action_args}\n',
- exc_info=1)
response = ex
if not response: