We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdd007 commit 589f546Copy full SHA for 589f546
localstack/services/dynamodb/server.py
@@ -159,6 +159,7 @@ def do_start_thread(self) -> FuncThread:
159
log_listener=_log_listener,
160
auto_restart=True,
161
name="dynamodb-local",
162
+ env_vars={"DDB_LOCAL_TELEMETRY": "0"},
163
)
164
TMP_THREADS.append(t)
165
t.start()
0 commit comments