You’ve already tried adjusting the log levels, but let’s refine it further.
Modify your host.json
to set the Azure.Core
log level to "Error"
"logLevel": {
"default": "Information",
"Azure.Core": "Error"
}
This should suppress the detailed request and response logs for the Azure.Storage.Blobs assembly.
If your issue remains unresolved or have further questions, please let us know in the comments how we can assist. We are here to help you and strive to make your experience better and greatly value your feedback.