fix: update debug log filename in README

send_worker.log → send_worker_sdk.log

Written by Cameron ◯ Letta Code

"The devil is in the details." - Proverb
This commit is contained in:
Cameron
2026-03-13 18:21:11 -07:00
parent 792cd99f52
commit 36a078ae5a

View File

@@ -419,7 +419,7 @@ tail -f /tmp/letta-claude-sync-$(id -u)/*.log
# Or specific logs
tail -f /tmp/letta-claude-sync-$(id -u)/send_messages.log
tail -f /tmp/letta-claude-sync-$(id -u)/send_worker.log
tail -f /tmp/letta-claude-sync-$(id -u)/send_worker_sdk.log
```
## API Notes