#2551 upgrade ray to >2.9 and resolve logging error in db client
This commit is contained in:
@@ -236,7 +236,7 @@ class DatabaseClient(Application):
|
||||
|
||||
if not connection_id:
|
||||
msg = "Cannot run sql query, could not establish connection with the server."
|
||||
self.parent.sys_log(msg)
|
||||
self.parent.sys_log.error(msg)
|
||||
return False
|
||||
|
||||
uuid = str(uuid4())
|
||||
|
||||
Reference in New Issue
Block a user