mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
24ab5205d2
Adds a brief "Structured Logging" section to the [AI Bridge Setup](https://coder.com/docs/ai-coder/ai-bridge/setup) page documenting the `--aibridge-structured-logging` / `CODER_AIBRIDGE_STRUCTURED_LOGGING` flag. Covers: - How to enable structured logging (CLI flag, env var, YAML) - The five `record_type` values emitted (`interception_start`, `interception_end`, `token_usage`, `prompt_usage`, `tool_usage`) and their key fields - How to filter for these records in a logging pipeline Created on behalf of @dannykopping --------- Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>