You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stable FNV-1a fault_code, uniform node_source_id, sanitized prefix, LRU-bounded reporters, null guard. Cooldown is now ERROR/FATAL-only and keyed by severity so a WARN cannot drop an ERROR escalation. Unique test domain range, docs-build wiring, and a launch_testing integration test for the live /rosout path.
|`rosout_topic`|`/rosout`| log topic to subscribe |
62
-
|`severity_floor`|`30` (WARN) | minimum level promoted; raise to `40` on chatty / constrained targets |
63
-
|`code_prefix`|`LOG`| prefix for generated fault codes |
64
-
|`exclude_nodes`|`[]`| node-name substrings to skip |
65
-
|`include_only_nodes`|`[]`| if set, only promote these nodes |
91
+
|`severity_floor`|`30` (WARN) | minimum level promoted; raise to `40` on chatty / constrained targets. Clamped to `[0, 50]` at load (a value out of range is corrected with a warning) |
92
+
|`code_prefix`|`LOG`| prefix for generated fault codes; normalized to `[A-Z0-9_]` at load |
93
+
|`exclude_nodes`|`[]`| node-FQN substrings to skip |
94
+
|`include_only_nodes`|`[]`| if set, only promote nodes whose FQN matches |
95
+
|`max_tracked_nodes`|`512`| cap on per-node reporters; least-recently-used nodes evicted past this |
0 commit comments