Skip to content

Commit 427b4b1

Browse files
author
Jeel Mehta
committed
Reverting the changes
1 parent b9bb1cd commit 427b4b1

File tree

1 file changed

+0
-2
lines changed
  • terraform/python/ec2/adot-sigv4

1 file changed

+0
-2
lines changed

terraform/python/ec2/adot-sigv4/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)