S

Skill Entry

Structured logging

Defines a small set of log fields (request id, user id, feature flag, latency bucket) so production debugging does not depend on grep across inconsistent printf strings.

Category Operations
Platform Codex / Claude Code
Published 2026-04-12
loggingobservabilitydebugging

Use cases

  • New microservice
  • Agent tool calls
  • Noisy incidents

Key features

  • Pick required fields and levels
  • Emit JSON or key=value consistently
  • Wire dashboards to those fields

Related

Related

3 Indexed items