Description
Adds structured logging helpers for Python applications so events can be recorded as key-value data instead of only plain text. It helps services produce logs that are easier to search, filter, and send to observability systems.
Developers use it as a logging library. Structured logs can include user IDs, paths, request data, or secrets, so configure redaction and field selection before sending logs to shared systems.