Skip to content

Commit 351d34f

Browse files
committed
changed log level
1 parent 0754c73 commit 351d34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/aws_opentelemetry_configurator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def _customize_exporter(span_exporter: SpanExporter, resource: Resource) -> Span
329329
span_exporter = OTLPAwsSpanExporter(endpoint=os.getenv(OTEL_EXPORTER_OTLP_TRACES_ENDPOINT))
330330

331331
else:
332-
_logger.info(
332+
_logger.warning(
333333
"Improper configuration see: please export/set OTEL_EXPORTER_OTLP_TRACES_PROTOCOL=http/protobuf and OTEL_TRACES_EXPORTER=otlp"
334334
)
335335

0 commit comments

Comments
 (0)