App detailed-Http Logs in Azure App Service for Linux
Karim Alaa
1
Reputation point
I hosted a web API on azure app service using a docker image (linux) And for production purpose I need all http requests to be logged. I tried " Diagnostic settings (preview)" and I selected "Archive to a storage account" , But when I checked my logs I found all http request except request & response body and header.
So, is there a way to log this details for debugging purpose.
Thanks in advance.
Sign in to answer