Skip to main content
Jun 11, 2026

How to Share Log Files for Faster Debugging

Send application, server, and browser logs as formatted text links with find-friendly preview instead of corrupted chat paste.

Logs
Debugging
Support

Debug threads collapse when logs arrive truncated, wrapped, or split across messages. Engineers need full context with searchable text and stable line breaks—exactly what log-format text shares provide.

Prepare logs before upload

  1. Scrub secrets — API keys, session tokens, emails if policy requires.
  2. Trim noise — Remove unrelated hours when possible; keep incident window plus buffer.
  3. Note timezone — State TZ in the message accompanying the link.
  4. Choose format — Plain log or JSON structured logs; pick matching text format in uploader.

Use the editor’s find/replace to redact recurring tokens quickly.

Share panel settings for incidents

  • Short expiry (24–48h) for active incidents
  • Password if logs contain customer data
  • Copy all into incident channel with severity and service name

For ongoing war rooms, regenerate links per day rather than extending one link indefinitely.

Preview advantages

Recipients scan stack traces in browser preview without downloading to unfamiliar tools. Mobile on-call engineers benefit when laptop access is limited.

Pair with other artifacts

Use collections to attach:

  • Log file (text)
  • Screenshot of dashboard alert
  • JSON config snippet referenced in stack trace

One incident, one collection link, fewer “missing attachment” pings.

After resolution

Let links expire or delete shares from dashboard. Logs age quickly; keeping them public past need increases risk without value.

This workflow keeps incident evidence readable, searchable, and short-lived enough for active debugging.