Xmtp CLI Debugging

Enable CLI debug logging with environment variables. Use when troubleshooting or inspecting CLI behavior.

modbender 496ead2 2 files · 1.2 KB Updated 12 repo stars

File contents

CLI debugging

Enable debug logging for the XMTP CLI via environment variables.

When to apply

  • Troubleshooting CLI behavior or connection issues
  • Inspecting verbose logs (debug level)

Rules

  • force-debug-envXMTP_FORCE_DEBUG and XMTP_FORCE_DEBUG_LEVEL

Quick start

Set in .env or export:

XMTP_FORCE_DEBUG=true
XMTP_FORCE_DEBUG_LEVEL=debug

Read rules/force-debug-env.md for details.

modbender/skill-library-mcp/tree/main/data/xmtp-cli/debugging commit 496ead2a3c

Frequently asked questions

npx skillmds add modbender/xmtp-cli-debugging