Minor doc update (#3886)
This commit is contained in:
parent
0604ecf346
commit
4635f356d4
|
|
@ -31,6 +31,11 @@ files.
|
||||||
Logs](https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.OpenTelemetryProtocol#otlp-logs)
|
Logs](https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/src/OpenTelemetry.Exporter.OpenTelemetryProtocol#otlp-logs)
|
||||||
is still non-stable.
|
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
|
## Getting Started
|
||||||
|
|
||||||
If you are new here, please read the getting started docs:
|
If you are new here, please read the getting started docs:
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,7 @@
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Information",
|
"Default": "Information",
|
||||||
"Microsoft": "Warning",
|
"Microsoft.AspNetCore": "Warning"
|
||||||
"Microsoft.Hosting.Lifetime": "Information"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue