Explorar o código

更新 share_url
更新 logo.png

罗俊辉 hai 1 ano
pai
achega
3a3b8148b1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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()))),
     ]