## Goal Make logs and traces useful for debugging without exposing prompts, responses, provider secrets, or virtual API keys. ## Acceptance Criteria - [ ] Trace spans wrap auth, route resolution, provider calls, metering, wallet, and limits. - [ ] Logs include request id and trace id. - [ ] Raw prompts and responses are not logged by default. - [ ] Secret redaction behavior has focused tests.
Goal
Make logs and traces useful for debugging without exposing prompts, responses, provider secrets, or virtual API keys.
Acceptance Criteria