libushang 2 天之前
父节点
当前提交
aaa2c90c5a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      routers/api/gateway/skwhp_api.py

+ 1 - 1
routers/api/gateway/skwhp_api.py

@@ -48,7 +48,7 @@ async def proxy(request: Request, path: str):
             body = None
 
         try:
-            logger.info(target_url)
+            logger.info("{}: {}", method, target_url)
             if body is not None:
                 data = body.decode(encoding='utf-8')
                 if len(data) > 0: