perf: vault 日志 (#11282)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-08-15 15:09:25 +08:00
committed by GitHub
parent 5e29c7e7bf
commit 12744a08af

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