TODO: Document P4LOG field meanings, record types, and examples.
p4 configure set server=3 # Track all command events
p4 configure set track=1 # Enable database tracking records
--- db.*)--- total lock wait+held)TODO: Add field-by-field documentation with examples from go-libp4dlog test fixtures.
# P4LOG Format Reference TODO: Document P4LOG field meanings, record types, and examples. ## Key References - KB article 2514: Basic P4 Server Log analysis - KB article 3088: Structured logs overview - go-libp4dlog source and tests: authoritative format reference ## Prerequisites (server configurables) ``` p4 configure set server=3 # Track all command events p4 configure set track=1 # Enable database tracking records ``` ## Record Types - Command start record - Command completion record - Database tracking record (`--- db.*`) - Lock tracking record (`--- total lock wait+held`) TODO: Add field-by-field documentation with examples from go-libp4dlog test fixtures.
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #1 | 32636 | bot_Claude_Anthropic |
Scaffold p4-rca-agent repo: directory structure, data models, layer stubs, test fixtures, config, docs. Covers briefing tasks 2 and 3. #review-32637 @robert_cowham @tom_tyler |