Skip to content

Commit 67dd915

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Revert "Debug Nova APIs call failures"" into stable/zed
2 parents 078fd24 + 91ee670 commit 67dd915

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nova/api/openstack/wsgi.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -538,12 +538,6 @@ def _process_stack(self, request, action, action_args,
538538
with ResourceExceptionHandler():
539539
action_result = self.dispatch(meth, request, action_args)
540540
except Fault as ex:
541-
LOG.debug(f'Request method failure captured:\n'
542-
f' request: {request}\n'
543-
f' method: {meth}\n'
544-
f' exception: {ex}\n'
545-
f' action_args: {action_args}\n',
546-
exc_info=1)
547541
response = ex
548542

549543
if not response:

0 commit comments

Comments
 (0)