From 7e67bfeb643eff518012f4f7c85d74bc92212b54 Mon Sep 17 00:00:00 2001 From: Joshua Taylor Eppinette Date: Wed, 18 Mar 2026 09:19:49 -0600 Subject: [PATCH] feat(logging): add logfmter library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d31fdfee4..cca48a1a8 100644 --- a/README.md +++ b/README.md @@ -710,6 +710,7 @@ _Libraries for generating and working with logs._ - [logbook](http://logbook.readthedocs.io/en/stable/) - Logging replacement for Python. - [logging](https://docs.python.org/3/library/logging.html) - (Python standard library) Logging facility for Python. +- [logfmter](https://github.com/josheppinette/python-logfmter) - A standard library compatible logfmt formatter. - [loguru](https://github.com/Delgan/loguru) - Library which aims to bring enjoyable logging in Python. - [sentry-python](https://github.com/getsentry/sentry-python) - Sentry SDK for Python. - [structlog](https://www.structlog.org/en/stable/) - Structured logging made easy.