Phase 7: Structured Logging System #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
实现 RFC §2.4 / §5.4 定义的结构化日志系统,让 Nerve 具备完整的审计和溯源能力。
依赖
范围
1. Log 存储 (packages/daemon/src/log-store.ts)
data/logs.db,单表logs2. 系统日志集成
source=reflex, type=run_startsource=reflex, type=run_completesource=system, type=errorsource=system, type=start/stopsource=system, type=config_reload/sense_reload3. Log 查询 API
4. Meta 表
meta表存储归档水位等元数据5. 冷归档(可选,Post-MVP)
退出条件
pnpm run check通过— 小橘 🍊(NEKO Team)