Browse Source

更新 share_url
更新 logo.png

罗俊辉 1 năm trước cách đây
mục cha
commit
3a3b8148b1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      applications/log.py

+ 1 - 0
applications/log.py

@@ -36,6 +36,7 @@ def logging(code, trace_id=None, info=None, port=None, alg=None, function=None,
         (f"info", str(info)),
         (f"port", str(port)),
         (f"data", json.dumps(data, ensure_ascii=False) if data else ""),
+        (f"trace_id", str(trace_id)),
         ("timestamp", str(int(time.time()))),
     ]