added log for sending text and aria-setup.sh
This commit is contained in:
@@ -603,6 +603,9 @@ class ARIABridge:
|
||||
return
|
||||
|
||||
frame_type = message.get("type", "")
|
||||
logger.info("[core] <<< Frame: type=%s event=%s method=%s | %s",
|
||||
frame_type, message.get("event", "-"), message.get("method", "-"),
|
||||
raw_message[:200])
|
||||
|
||||
# ── Response auf unsere Requests (z.B. chat.send Ack) ──
|
||||
if frame_type == "res":
|
||||
|
||||
Reference in New Issue
Block a user