DavidLiu před 3 měsíci
rodič
revize
e9c0c99928
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/core/callcenter/ws.py

+ 1 - 1
src/core/callcenter/ws.py

@@ -79,7 +79,7 @@ class MyNamespace(Namespace):
         now = datetime.now().timestamp()
         key = CENTER_AGENT_HEARTBEAT % saas_id
         redis_handler.redis.hset(key, agent_id, now)
-        logger.info("on_heartbeat %s %s", agent_id, now)
+        # logger.info("on_heartbeat %s %s", agent_id, now)
 
     def on_OnPrompt(self, event):
         pass