Skip to content

Commit

Permalink
Merge pull request #1491 from Danielzolty/removeotlpenv
Browse files Browse the repository at this point in the history
Removed otlp_logging env variables from ecs_taskdef
  • Loading branch information
Danielzolty authored Nov 10, 2023
2 parents 4c07607 + cbc1c06 commit f7aa645
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions terraform/templates/defaults/ecs_taskdef.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@
{
"name": "ZIPKIN_RECEIVER_ENDPOINT",
"value": "127.0.0.1:${http_port}"
},
{
"name": "OTEL_LOGS_EXPORTER",
"value": "otlp"
},
{
"name": "SAMPLE_APP_LOG_LEVEL",
"value": "INFO"
}
],
"dependsOn": [
Expand Down

0 comments on commit f7aa645

Please sign in to comment.