소스 검색

添加日志以方便定位问题

chenzhenkun 2 년 전
부모
커밋
7ab56b9076
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      channel/chat_channel.py

+ 1 - 0
channel/chat_channel.py

@@ -103,6 +103,7 @@ class ChatChannel(Channel):
                     flag = True
                     if match_prefix:
                         content = content.replace(match_prefix, "", 1).strip()
+                logger.info(f'context["msg"]: {context["msg"].__str__()}')
                 if context["msg"].is_at and context["msg"].to_user_id != context["msg"].actual_user_id:
                     logger.info("[WX]receive group at")
                     if not conf().get("group_at_off", False):