perf: vault 日志 (#11282)

Co-authored-by: feng <1304903146@qq.com>
pull/11286/head
fit2bot 2023-08-15 15:09:25 +08:00 committed by GitHub
parent 5e29c7e7bf
commit 12744a08af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ class VaultKVClient(object):
mount_point=self.mount_point
)
except exceptions.InvalidPath as e:
logger.error('Get secret error: {}'.format(e))
return {}
data = response.get('data', {})
return data