Explorar o código

Point Troubleshooting at hermes logs first

Paul Klumpp hai 1 semana
pai
achega
aa6ce9a301
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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`.