Skip to content

Commit a3e6aed

Browse files
authored
[editorial] Cleanup in error-handling.md
- Updates heading level of heading that is over indented - Trims code-block trailing space
1 parent 13e1fb1 commit a3e6aed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

specification/error-handling.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,9 @@ func main() {
9393
// Other setup ...
9494
opentelemetrysdk.SetHandler(IgnoreExporterErrorsHandler{})
9595
}
96-
9796
```
9897

99-
##### Java
98+
#### Java
10099

101100
OpenTelemetry Java uses [java.util.logging](https://docs.oracle.com/javase/7/docs/api/java/util/logging/package-summary.html)
102101
to output and handle all logs, including errors. Custom handlers and filters can be registered both in code and using the Java logging configuration file.

0 commit comments

Comments
 (0)