Open justinrush opened 3 months ago
Additionally, All other SDK's have a way to enable logging into a file in a no code change way. References below - .NET SDK - Client-side logging with the Azure Storage client library for .NET (REST API) | Microsoft Learn Java SDK - https://learn.microsoft.com/en-us/rest/api/storageservices/client-side-logging-with-the-microsoft-azure-storage-sdk-for-java Python SDK- https://learn.microsoft.com/en-us/azure/developer/python/sdk/azure-sdk-logging Can we have a similar functionality for Go sdk as well?
Feature Request
The azsecrets.Client logs verbose, unstructured, and redacted information to stdout on each request. We'd like to be able to log this structured (e.g. json) and control the log level... for example, this is being logged to stdout and isn't something I want to see unless I'm troubleshooting low level details (e.g. set it to log level trace).