Asp.net – Unable to see logs in NewRelic using opentelemetry-dotnet
When the ASP.NET application is starting up, some logs are sent and they are visible in NewRelic. But when the application handles an http request, the logs sent through ILogger<T> never appear in NewRelic. I have the OTEL_DIAGNOSTICS.json file, but…