Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 4cee4db

Browse files
Anze1508Anze1508
andauthored
docs: update Troubleshooting Guidelines section (#1740)
Co-authored-by: Anze1508 <anze@DESKTOP-FJOIL9F>
1 parent 68a62a7 commit 4cee4db

File tree

1 file changed

+2
-2
lines changed
  • content/en/getting-started/help-and-support

1 file changed

+2
-2
lines changed

content/en/getting-started/help-and-support/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ To use LocalStack's diagnostics endpoint:
224224
- Set the environment variable `LS_LOG=trace`
225225
- Start LocalStack
226226
- Run the affected task(s)
227-
- Call the diagnostic endpoint `curl -s localhost:4566/_localstack/diagnose | gzip -cf > diagnose.json.gz` (Endpoint URL depends on your configuration)
228-
- Send the output file to our Slack chat
227+
- Call the diagnostic endpoint `curl -s localhost:4566/_localstack/diagnose > diagnose.json && zip diagnose.zip diagnose.json && rm diagnose.json` (Endpoint URL depends on your configuration)
228+
- Once you have the `diagnose.zip` file, please send it to our support team via our email support@localstack.cloud, or via your existing support ticket.
229229

230230
<span style="color: darkred;">**Ensure that you avoid sending the diagnostic output to public channels or forums, as it may contain sensitive information.**</span>
231231
{{< /callout >}}

0 commit comments

Comments
 (0)