Skip to content

Commit 589f546

Browse files
disable default telemetry for dynamodb local
1 parent 8bdd007 commit 589f546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

localstack/services/dynamodb/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def do_start_thread(self) -> FuncThread:
159159
log_listener=_log_listener,
160160
auto_restart=True,
161161
name="dynamodb-local",
162+
env_vars={"DDB_LOCAL_TELEMETRY": "0"},
162163
)
163164
TMP_THREADS.append(t)
164165
t.start()

0 commit comments

Comments
 (0)