File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
terraform/python/ec2/adot-sigv4 Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,6 @@ resource "null_resource" "main_service_setup" {
167167 export OTEL_LOGS_EXPORTER=otlp \
168168 export OTEL_METRICS_EXPORTER=none \
169169 export OTEL_TRACES_EXPORTER=otlp \
170- export OTEL_LOG_LEVEL=CRITICAL \
171170 export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=https://xray.${ var . aws_region } .amazonaws.com/v1/traces \
172171 export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT=https://logs.${ var . aws_region } .amazonaws.com/v1/logs \
173172 export OTEL_EXPORTER_OTLP_LOGS_HEADERS=x-aws-log-group=otlp_sigv4_logs,x-aws-log-stream=default \
@@ -293,7 +292,6 @@ resource "null_resource" "remote_service_setup" {
293292 export OTEL_LOGS_EXPORTER=otlp \
294293 export OTEL_METRICS_EXPORTER=none \
295294 export OTEL_TRACES_EXPORTER=otlp \
296- export OTEL_LOG_LEVEL=CRITICAL \
297295 export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=https://xray.${ var . aws_region } .amazonaws.com/v1/traces \
298296 export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT=https://logs.${ var . aws_region } .amazonaws.com/v1/logs \
299297 export OTEL_EXPORTER_OTLP_LOGS_HEADERS=x-aws-log-group=otlp_sigv4_logs,x-aws-log-stream=default \
You can’t perform that action at this time.
0 commit comments