Skip to content

Commit 91ee670

Browse files
committed
Revert "Debug Nova APIs call failures"
This reverts commit afb0f77. Reason for revert: We unfortunately leak the token in the logs which is considered a security flaw, even if only provided on DEBUG level. Change-Id: I52b52e65b689dadbdb08122c94652c491f850de6 Closes-Bug: #2012993 (cherry picked from commit 6833695) (cherry picked from commit a02f966)
1 parent f100952 commit 91ee670

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)