Minor typo fix (#467)

This commit is contained in:
jeffalder 2020-06-01 12:26:40 -07:00 committed by GitHub
parent 9c63890d29
commit 15ef21f40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ A simple wrapper for the OTLP exporter of opentelemetry-java.
#### Logging Exporter #### Logging Exporter
The logging exporter simply prints the name of the span along with its The logging exporter simply prints the name of the span along with its
attributes to stdout. It is used manly for testing and debugging. attributes to stdout. It is used mainly for testing and debugging.
| System property | Environment variable | Purpose | | System property | Environment variable | Purpose |
|-----------------------------|-----------------------------|------------------------------------------------------------------------------| |-----------------------------|-----------------------------|------------------------------------------------------------------------------|
@ -196,4 +196,4 @@ To turn on the agent's internal debug logging:
`-Dio.opentelemetry.auto.slf4j.simpleLogger.defaultLogLevel=debug` `-Dio.opentelemetry.auto.slf4j.simpleLogger.defaultLogLevel=debug`
Note these logs are extremely verbose. Enable debug logging only when needed. Note these logs are extremely verbose. Enable debug logging only when needed.
Debug logging negatively impacts the performance of your application. Debug logging negatively impacts the performance of your application.