From 68598f7770c264c89dffb4db243cfcfc7d54661a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 07:43:32 +0000 Subject: [PATCH 1/4] Initial plan From 8253c6f5e785b0f830a39900acf25b050bfa302a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 07:44:58 +0000 Subject: [PATCH 2/4] docs(CSM): Add Global Log Processing Level description to English documentation Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com> --- .../VI Description(en-us) - 07. Global Log.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(en-us)/VI Description(en-us) - 07. Global Log.md b/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(en-us)/VI Description(en-us) - 07. Global Log.md index 012740a44..4d7b20145 100644 --- a/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(en-us)/VI Description(en-us) - 07. Global Log.md +++ b/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(en-us)/VI Description(en-us) - 07. Global Log.md @@ -184,6 +184,16 @@ Converts global log data clusters to strings, using the send time as the timesta #### Global Log History Cacher.vi Saves the current input string to the cache. When the cached history strings exceed the maximum length limit, the oldest cached string will be overwritten. Use this VI for debugging CSM history states. +> [!NOTE] +> Global Log Processing Level +> +> The global log processing level is used to control the processing speed of global logs. Higher levels omit different information to improve processing speed. +> +> - Normal: Standard processing, collects rate and count statistics, and updates the latest filtered parameters; +> - Level1: Filters periodic logs, but only updates the filtered list +> - Level2: Filters periodic logs, but does not update the filtered list +> - Level3/Level4 (currently handled as default): Automatically sets source-side filtering rules. Periodic logs will not be sent from the source, so no tools will be able to detect these log records. + -- Controls -- - Global Log Data: Received global log information packet. - Length (10000): Maximum string length for cached history strings. From d88414e5df90b7cb7810a02b610cab3a0078bec7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 07:45:42 +0000 Subject: [PATCH 3/4] docs(CSM): Fix punctuation consistency in Global Log Processing Level list Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com> --- .../VI Description(en-us) - 07. Global Log.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(en-us)/VI Description(en-us) - 07. Global Log.md b/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(en-us)/VI Description(en-us) - 07. Global Log.md index 4d7b20145..b5233fbc4 100644 --- a/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(en-us)/VI Description(en-us) - 07. Global Log.md +++ b/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(en-us)/VI Description(en-us) - 07. Global Log.md @@ -190,8 +190,8 @@ Saves the current input string to the cache. When the cached history strings exc > The global log processing level is used to control the processing speed of global logs. Higher levels omit different information to improve processing speed. > > - Normal: Standard processing, collects rate and count statistics, and updates the latest filtered parameters; -> - Level1: Filters periodic logs, but only updates the filtered list -> - Level2: Filters periodic logs, but does not update the filtered list +> - Level1: Filters periodic logs, but only updates the filtered list; +> - Level2: Filters periodic logs, but does not update the filtered list; > - Level3/Level4 (currently handled as default): Automatically sets source-side filtering rules. Periodic logs will not be sent from the source, so no tools will be able to detect these log records. -- Controls -- From 8e6dad11759c2b0d0cb3c2294e755bafdc3b06d4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 07:48:57 +0000 Subject: [PATCH 4/4] docs(CSM): Remove parenthetical note from Level3/Level4 description Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com> --- .../VI Description(en-us) - 07. Global Log.md | 2 +- .../VI Description(zh-cn) - 07. Global Log.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(en-us)/VI Description(en-us) - 07. Global Log.md b/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(en-us)/VI Description(en-us) - 07. Global Log.md index b5233fbc4..fb5a0aa39 100644 --- a/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(en-us)/VI Description(en-us) - 07. Global Log.md +++ b/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(en-us)/VI Description(en-us) - 07. Global Log.md @@ -192,7 +192,7 @@ Saves the current input string to the cache. When the cached history strings exc > - Normal: Standard processing, collects rate and count statistics, and updates the latest filtered parameters; > - Level1: Filters periodic logs, but only updates the filtered list; > - Level2: Filters periodic logs, but does not update the filtered list; -> - Level3/Level4 (currently handled as default): Automatically sets source-side filtering rules. Periodic logs will not be sent from the source, so no tools will be able to detect these log records. +> - Level3/Level4: Automatically sets source-side filtering rules. Periodic logs will not be sent from the source, so no tools will be able to detect these log records. -- Controls -- - Global Log Data: Received global log information packet. diff --git a/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(zh-cn)/VI Description(zh-cn) - 07. Global Log.md b/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(zh-cn)/VI Description(zh-cn) - 07. Global Log.md index b6cefd34c..4776be0a2 100644 --- a/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(zh-cn)/VI Description(zh-cn) - 07. Global Log.md +++ b/src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(zh-cn)/VI Description(zh-cn) - 07. Global Log.md @@ -195,7 +195,7 @@ CSM错误处理函数。如果发生错误,错误信息将通过CSM Global Log > - Normal: 正常处理,会统计速率和计数,也会更新最新被过滤的参数; > - Level1: 对周期性的日志进行过滤,但只会更新被过滤的列表 > - Level2: 对周期性的日志进行过滤,但不更新被过滤列表 -> - Level3/Level4(目前被default处理):自动设置源端过滤规则,周期的日志不会在源头被发送,因此任何工具也将不能再检测到这个log记录。 +> - Level3/Level4:自动设置源端过滤规则,周期的日志不会在源头被发送,因此任何工具也将不能再检测到这个log记录。 -- 输入控件(Controls) -- - Global Log Data: 收到的Global Log信息数据包。