Skip to content

Commit

Permalink
Fix README to reflect current release not snapshot (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Aug 27, 2020
1 parent cfd1119 commit 7969a83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Configuration parameters are passed as Java system properties (`-D` flags) or
as environment variables (see below for full list). For example:
```
java -javaagent:path/to/opentelemetry-javaagent-all.jar \
-Dotel.exporter=zipkin
-Dotel.exporter=zipkin \
-jar myapp.jar
```

External exporter jar can be specified via `otel.exporter.jar` system property:
```
java -javaagent:path/to/opentelemetry-javaagent-all.jar \
-Dotel.exporter.jar=path/to/external-exporter.jar
-Dotel.exporter.jar=path/to/external-exporter.jar \
-jar myapp.jar
```

Expand Down Expand Up @@ -345,7 +345,7 @@ and you want to suppress some of them without modifying the code.

To turn on the agent's internal debug logging:

`-Dio.opentelemetry.javaagent.slf4j.simpleLogger.defaultLogLevel=debug`
`-Dio.opentelemetry.auto.slf4j.simpleLogger.defaultLogLevel=debug`

Note these logs are extremely verbose. Enable debug logging only when needed.
Debug logging negatively impacts the performance of your application.
Expand Down

0 comments on commit 7969a83

Please sign in to comment.