Skip to content

Commit 0167fc7

Browse files
authored
Merge branch 'main' into hectorhdzg/jscompliance
2 parents dc21780 + d5cfbdf commit 0167fc7

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)