소스 검색

Point Troubleshooting at hermes logs first

Paul Klumpp 1 주 전
부모
커밋
e089fa8e23
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`.