diff --git a/README.md b/README.md index d08395c84..f681bc170 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ files. Logs](https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.OpenTelemetryProtocol#otlp-logs) is still non-stable. +See [Spec Compliance +Matrix](https://github.com/open-telemetry/opentelemetry-specification/blob/main/spec-compliance-matrix.md) +to understand which portions of the specification has been implemented in this +repo. + ## Getting Started If you are new here, please read the getting started docs: diff --git a/examples/AspNetCore/appsettings.json b/examples/AspNetCore/appsettings.json index e2826c577..10f9feba4 100644 --- a/examples/AspNetCore/appsettings.json +++ b/examples/AspNetCore/appsettings.json @@ -2,8 +2,7 @@ "Logging": { "LogLevel": { "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" + "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*",