Azure / Azure/azure-storage-python

StorageClient shouldn't log request\response by default

未关闭
#516 13 条评论 0 个 reaction 已指派 1 人 已被 @zezha-msft 认领 在 GitHub 查看
investigating
主要语言
Python
星标
343
派生
243
PR 合并指标
30 天内没有已合并 PR

描述

### Which service(blob, file, queue) does this issue concern?
Common code

### Which version of the SDK was used? Please provide the output of `pip freeze`.
Latest

### What problem was encountered?
storageclient logs request\response data, including secrets, with INFO logger setting.
There are 2 problems with this:
1. Possible secrets leak
2. Unnecessary items in the logs, distracts users from the important part of the logs.

This information is not logged with INFO level with other Azure Python SDKs

### Have you found a mitigation/solution?

Note: for table service, please post the issue here instead: https://github.com/Azure/azure-cosmosdb-python.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。