# 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.