Commit 6eff0da
committed
Remove duplicative FINEST-level error logging in GrpcExporter
The onError method logged failures at SEVERE (with the exception)
and again at FINEST (manually printing the exception via toString).
The FINEST log is redundant since any logging framework can render
the stack trace from the exception already included in the SEVERE
log.
Resolves #80981 parent 9692c2b commit 6eff0da
File tree
1 file changed
+0
-3
lines changed- exporters/common/src/main/java/io/opentelemetry/exporter/internal/grpc
1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | 135 | | |
139 | 136 | | |
140 | 137 | | |
| |||
0 commit comments