We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0667dfb commit 9ad29b6Copy full SHA for 9ad29b6
opentelemetry-otlp/src/exporter/tonic/logs.rs
@@ -66,7 +66,7 @@ impl LogExporter for TonicLogsClient {
66
.map_err(|e| {
67
otel_debug!(
68
name: "TonicLogsClient.InterceptorFailed",
69
- grpc_code = format!("{:?}", e.code()),
+ grpc_code = e.code(),
70
grpc_message = e.message(),
71
grpc_details = format!("{:?}", e.details())
72
);
0 commit comments