增加日志输出

This commit is contained in:
mgw
2024-11-20 10:29:32 +08:00
parent 4d7b1f557b
commit 230e87a9f1
2 changed files with 11 additions and 2 deletions

View File

@@ -1264,6 +1264,7 @@ class Sf_Dashboard_Connect(http.Controller):
"""
获取
"""
logging.info("kw=============:%s" % kw)
res = {'status': 1, 'message': '成功', 'data': {}}
# 连接数据库
conn = psycopg2.connect(**db_config)