-
Notifications
You must be signed in to change notification settings - Fork 464
Description
Hi All,
I suspect I have connectivity issues from the .NET Core parts of the core tools and it would seem the CLI_DEBUG flag doesn't enable much in the way of console outputs in the area of SCM connectivity (request/responses).
Is there any blog, documentation that shows how to enable the HTTP tracing/logs from specifically the places such as:
azure-functions-core-tools/src/Azure.Functions.Cli/Actions/AzureActions/PublishFunctionAppAction.cs
Line 525 in 2f5369a
| using (var request = new HttpRequestMessage(HttpMethod.Get, new Uri("api/settings", UriKind.Relative))) |
In a Vanilla .NET application one would enable these logs as following:
https://docs.microsoft.com/en-us/dotnet/framework/network-programming/how-to-configure-network-tracing
but what's the equivalent location for the ".config" or the resulting log files?