فهرست منبع

Point Troubleshooting at hermes logs first

Paul Klumpp 1 هفته پیش
والد
کامیت
8cac2870d1
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -288,6 +288,14 @@ Two refusals by design: direct messages cannot be left, and leaving the configur
 
 ## Troubleshooting
 
+**First step for every issue below:** look at what the gateway logged around the time things went wrong:
+
+```bash
+hermes logs
+```
+
+The Chatto adapter logs each connection attempt, room discovery (`_refresh_rooms`), rejected users, failed sends and reconnects there — most problems name their cause directly.
+
 ### Bot is not responding to messages
 
 **Cause**: The bot account is not a member of the room, or the user is not in `CHATTO_ALLOWED_USERS`.