-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HttpLoggingPolicy supports integrating logs into one record #19925
Comments
Hi @freeloop914, thank you for opening an issue! It looks like you're using Cosmos here -- please correct me if I'm wrong. I'll tag the appropriate folks so we can take a look at this as soon as possible. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @zfoster, @southpolesteve. Issue DetailsI'm using azure function app and using SDK to operate Azure resources like blob list/download. For example, this is what current log looks like:
What I expect is :
It looks more clean and tidy ( At least from Azure function app Monitoring Log interface. )
I can get useful and related information instead of one line meaning nothing.
|
Thanks @mccoyp , Another example from blob downloading:
|
The issue is fixed. It will be available in next release. |
Thanks @xiangyan99 . Good to know |
I'm using azure function app and using SDK to operate Azure resources like blob list/download.
I need these HTTP request/response logs for troubleshooting debug.
But currently they are separated to multiple records.
It's very difficult to query.
For example, this is what current log looks like:
What I expect is :
It looks more clean and tidy ( At least from Azure function app Monitoring Log interface. )
and when I query the log by
trace | where message contains 'Request URL'
I can get useful and related information instead of one line meaning nothing.
The text was updated successfully, but these errors were encountered: