-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-azureIssues related to integration with Azure components (Azure App Service Logging, App Insights, etc.)Issues related to integration with Azure components (Azure App Service Logging, App Insights, etc.)
Milestone
Description
Is your feature request related to a problem? Please describe.
I've added AzureAppService logging to my project with
logging.AddAzureWebAppDiagnostics();
And the output doesn't indicate the request ID which prevents anyone from being able to correlate their log entries together.
Describe the solution you'd like
I want to be able to correlate logs based on the request ID. It appears this project used to support it by allowing an output template to be specified but no longer (see https://blogs.msdn.microsoft.com/webdev/2017/04/26/asp-net-core-logging/)
Describe alternatives you've considered
I could add Serilog but that feels heavyweight just to change the output template.
DanielStout5, cosminstirbu, RaulBurian, ben-002 and Trivivium
Metadata
Metadata
Assignees
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-azureIssues related to integration with Azure components (Azure App Service Logging, App Insights, etc.)Issues related to integration with Azure components (Azure App Service Logging, App Insights, etc.)