structlog

Added on:

My Notes

Structured Logging for Python; supports output as JSON, logfmt, plaintext. - Standard Library support: https://www.structlog.org/en/stable/standard-library.html - Building a Context: https://www.structlog.org/en/stable/getting-started.html#building-a-context

Related Tools