From 83099bc13a182e1b36d9455ef89cd4c4450efb32 Mon Sep 17 00:00:00 2001 From: taoyifan Date: Mon, 1 Sep 2025 14:17:41 +0800 Subject: [PATCH] Change global trace version to 0. Change-Id: I7bfc3f6e0e7562e3aa0b9b573f0bbb7655b7a054 --- cozeloop/internal/consts/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cozeloop/internal/consts/__init__.py b/cozeloop/internal/consts/__init__.py index 44ea376..2fa0c50 100644 --- a/cozeloop/internal/consts/__init__.py +++ b/cozeloop/internal/consts/__init__.py @@ -30,7 +30,7 @@ STATUS_CODE_ERROR_DEFAULT = -1 -GLOBAL_TRACE_VERSION = 1 +GLOBAL_TRACE_VERSION = 0 # System reserved tag fields.