Skip to content

Commit 643d63a

Browse files
Copilotnevstop
andauthored
docs(CSM): Add Global Log Processing Level description to English documentation (#596)
* Initial plan * docs(CSM): Add Global Log Processing Level description to English documentation Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com> * docs(CSM): Fix punctuation consistency in Global Log Processing Level list Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com> * docs(CSM): Remove parenthetical note from Level3/Level4 description Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nevstop <8196752+nevstop@users.noreply.github.com>
1 parent abe3619 commit 643d63a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(en-us)/VI Description(en-us) - 07. Global Log.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,16 @@ Converts global log data clusters to strings, using the send time as the timesta
184184
#### Global Log History Cacher.vi
185185
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.
186186

187+
> [!NOTE]
188+
> <b>Global Log Processing Level</b>
189+
>
190+
> The global log processing level is used to control the processing speed of global logs. Higher levels omit different information to improve processing speed.
191+
>
192+
> - Normal: Standard processing, collects rate and count statistics, and updates the latest filtered parameters;
193+
> - Level1: Filters periodic logs, but only updates the filtered list;
194+
> - Level2: Filters periodic logs, but does not update the filtered list;
195+
> - 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.
196+
187197
-- <b>Controls</b> --
188198
- <b>Global Log Data</b>: Received global log information packet.
189199
- <b>Length (10000)</b>: Maximum string length for cached history strings.

src/help/NEVSTOP/Communicable State Machine(CSM)/VI Description/VI Description(zh-cn)/VI Description(zh-cn) - 07. Global Log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ CSM错误处理函数。如果发生错误,错误信息将通过CSM Global Log
195195
> - Normal: 正常处理,会统计速率和计数,也会更新最新被过滤的参数;
196196
> - Level1: 对周期性的日志进行过滤,但只会更新被过滤的列表
197197
> - Level2: 对周期性的日志进行过滤,但不更新被过滤列表
198-
> - Level3/Level4(目前被default处理):自动设置源端过滤规则,周期的日志不会在源头被发送,因此任何工具也将不能再检测到这个log记录。
198+
> - Level3/Level4:自动设置源端过滤规则,周期的日志不会在源头被发送,因此任何工具也将不能再检测到这个log记录。
199199
200200
-- <b>输入控件(Controls)</b> --
201201
- <b>Global Log Data</b>: 收到的Global Log信息数据包。

0 commit comments

Comments
 (0)