added log for sending text and aria-setup.sh

This commit is contained in:
2026-03-13 07:54:21 +01:00
parent 34353493b5
commit 571345ed0d
6 changed files with 159 additions and 18 deletions
+3
View File
@@ -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":