diff --git a/server.py b/server.py index b34b3a8..1a65851 100644 --- a/server.py +++ b/server.py @@ -47,6 +47,7 @@ async def handler(ws: websockets.WebSocketServerProtocol): logging.warning("Target %s not found", target) elif mtype == "labels": + logging.info(f"Got labels from {peer_id}: {msg['labels']}") labels = msg.get("labels") if peer_id and isinstance(labels, list): CLIENT_LABELS[peer_id] = labels