Skip to content

Commit 5f17213

Browse files
committed
remove Cadence tracing flags
1 parent 2e22df4 commit 5f17213

File tree

5 files changed

+0
-7
lines changed

5 files changed

+0
-7
lines changed

integration/benchnet2/automate/templates/helm-values-all-nodes.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ execution:
9898
- --loglevel=INFO
9999
- --admin-addr=0.0.0.0:9002
100100
- --rpc-addr=0.0.0.0:9000
101-
- --cadence-tracing=false
102101
- --extensive-tracing=false
103102
- --enable-storehouse=false
104103
env:{{template "env" .}}

integration/benchnet2/automate/testdata/level2/expected/values1.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ execution:
497497
- --loglevel=INFO
498498
- --triedir=/trie
499499
- --rpc-addr=0.0.0.0:9000
500-
- --cadence-tracing=false
501500
- --extensive-tracing=false
502501
env:
503502
- name: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
@@ -523,7 +522,6 @@ execution:
523522
- --loglevel=INFO
524523
- --triedir=/trie
525524
- --rpc-addr=0.0.0.0:9000
526-
- --cadence-tracing=false
527525
- --extensive-tracing=false
528526
env:
529527
- name: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT

integration/benchnet2/automate/testdata/level2/templates/values11-nested-template-defaults.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ execution:
9797
- --loglevel=INFO
9898
- --triedir=/trie
9999
- --rpc-addr=0.0.0.0:9000
100-
- --cadence-tracing=false
101100
- --extensive-tracing=false
102101
env:{{template "env" .}}
103102
image: {{$val.docker_registry}}/execution:{{$val.docker_tag}}

integration/localnet/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ PROFILER=false
2121
PROFILE_UPLOADER=false
2222
TRACING=true
2323
EXTENSIVE_TRACING=false
24-
CADENCE_TRACING=false
2524
LOGLEVEL=DEBUG
2625

2726
# The Git commit hash
@@ -73,7 +72,6 @@ else
7372
-profiler=$(PROFILER) \
7473
-profile-uploader=$(PROFILE_UPLOADER) \
7574
-tracing=$(TRACING) \
76-
-cadence-tracing=$(CADENCE_TRACING) \
7775
-extensive-tracing=$(EXTENSIVE_TRACING) \
7876
-consensus-delay=$(CONSENSUS_DELAY) \
7977
-collection-delay=$(COLLECTION_DELAY)

integration/localnet/builder/bootstrap.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ func prepareExecutionService(container testnet.ContainerConfig, i int, n int) Se
433433
service.Command = append(service.Command,
434434
"--triedir=/trie",
435435
fmt.Sprintf("--rpc-addr=%s:%s", container.ContainerName, testnet.GRPCPort),
436-
fmt.Sprintf("--cadence-tracing=%t", cadenceTracing),
437436
fmt.Sprintf("--extensive-tracing=%t", extensiveTracing),
438437
"--execution-data-dir=/data/execution-data",
439438
"--chunk-data-pack-dir=/data/chunk-data-pack",

0 commit comments

Comments
 (0)