DavidLiu 3 months ago
parent
commit
97aa23c4dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/callcenter/cache.py

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

@@ -224,7 +224,7 @@ class Cache:
         minute = datetime.now().strftime('%Y%m%d%H%M')
         key = BOT_PJSUA_THREAD_LOCK % minute
         _lock = self.redis_handler.redis.get(key)
-        self.logger.info("get_pjsua_thread_lock %s", _lock)
+        # self.logger.info("get_pjsua_thread_lock %s", _lock)
         return _lock
 
     def set_pjsua_thread_lock(self, expire=60*3):