Minor clean up for console logging doc (#4949)

This commit is contained in:
Reiley Yang 2023-10-16 20:38:29 -07:00 committed by GitHub
parent e66f4f3bf7
commit c257ba598d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -17,14 +17,11 @@ You should see the following output:
Hello World!
```
Install the latest version of
[Microsoft.Extensions.Logging](https://www.nuget.org/packages/Microsoft.Extensions.Logging/)
package and
Install the
[OpenTelemetry.Exporter.Console](../../../src/OpenTelemetry.Exporter.Console/README.md)
package:
```sh
dotnet add package Microsoft.Extensions.Logging
dotnet add package OpenTelemetry.Exporter.Console
```