From 4635f356d4f1bbe7505ca705ca4090d220f3963f Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Tue, 15 Nov 2022 15:46:52 -0500 Subject: [PATCH] Minor doc update (#3886) --- README.md | 5 +++++ examples/AspNetCore/appsettings.json | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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": "*",