Commit 379d23ba authored by 高雅喆's avatar 高雅喆

去除掉ping不通后的日志

parent c3747536
...@@ -66,5 +66,5 @@ def is_connection_usable(): ...@@ -66,5 +66,5 @@ def is_connection_usable():
connection.connection.ping() connection.connection.ping()
return True return True
except: except:
logging.error("catch exception,err_msg:%s" % traceback.format_exc()) # logging.error("catch exception,err_msg:%s" % traceback.format_exc())
return False return False
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment