Skip to content

How to enable Azure Functions Core Tools HTTP logging under ubuntu #2417

@savas-guven

Description

@savas-guven

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:

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions