Skip to content

Commit

Permalink
Remove debug logging - no longer needed (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson authored Dec 1, 2024
1 parent f5e72dd commit 2fb44dd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ private SpanProcessor buildGrpcSpanProcessor(Map<String, String> headers, String
spanExporterBuilder.setEndpoint(exporterEndpoint);
SpanExporter spanExporter = spanExporterBuilder.build();

LOG.debug("OTEL_PLUGIN: Opentelemetry export headers: " + LogMasker.mask(headers.toString()));
LOG.debug("OTEL_PLUGIN: Opentelemetry export endpoint: " + exporterEndpoint);

return BatchSpanProcessor.builder(spanExporter)
.setMaxQueueSize(BATCH_SPAN_PROCESSOR_MAX_QUEUE_SIZE)
.setScheduleDelay(BATCH_SPAN_PROCESSOR_MAX_SCHEDULE_DELAY)
Expand Down

0 comments on commit 2fb44dd

Please sign in to comment.