Description
Formats Python log records as JSON so machines can read them reliably. It helps services, CLI tools, and observability pipelines send structured logs to collectors, dashboards, or storage systems.
Structured logs are useful, but they can also expose tokens, paths, user data, or request details. Applications should decide which fields are safe before sending logs to shared systems.