一键导入
log-analysis
Factual reference for diagnostic log streams, distributed tracing, and strategies for handling missing telemetry.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Factual reference for diagnostic log streams, distributed tracing, and strategies for handling missing telemetry.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | log-analysis |
| description | Factual reference for diagnostic log streams, distributed tracing, and strategies for handling missing telemetry. |
UDMI is an asynchronous, distributed system. A failure at the Sequencer (e.g., a sync timeout) is often merely the final symptom of a failure that occurred seconds earlier in a different component.
When investigating an issue, pick the right log file for the scope of your hypothesis.
sequence.log: Local to the Sequencer client. This is your starting point. It contains test boundaries, assertion failures, timeouts, and the initial dispatch of the Session Base Transaction ID (RC:xxxxxx). Do not assume a failure logged here originated here.sequence.md: Local to the Sequencer. Highly valuable for investigating Schema Violations. Renders JSON payloads side-by-side.udmis.log: Global Cloud Pod Log. The truth-teller of the network. Records exact routing translations, dynamic provider resolutions, and validation exceptions. MUST filter using Transaction IDs or timestamps.pubber.log: Global Device Emulator Log. Logs the internal state machine of the simulated building hardware. If tests are run against real physical hardware, this file will be empty or absent.sequence.log (e.g., configTransaction RC:18d9b7).udmis.log and pubber.log for the base ID (e.g., RC:18d9b7) to filter out background noise.udmis.log.A senior debugging agent does not give up when a log stream is missing. If global logs (udmis.log, pubber.log) are absent, treat the missing component as a "black box" and rely on what the Sequencer sent versus what it ultimately received.
If the telemetry is insufficient to mathematically guarantee the root cause: