Commit dfd0240
committed
Fix FINEST-level error logging in GrpcExporter to include stack trace
The FINEST log in onError used string concatenation (+ e) which only
called toString(), missing the full stack trace. Changed to pass the
exception as the Throwable parameter so the logging framework can
properly render the complete stack trace at FINEST level.
Resolves #80981 parent 9692c2b commit dfd0240
File tree
1 file changed
+1
-1
lines changed- exporters/common/src/main/java/io/opentelemetry/exporter/internal/grpc
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments