From e74ab33e9ec5c1c57d6c3b9ceaf6e58131f3df1b Mon Sep 17 00:00:00 2001 From: Joshua Taylor Eppinette Date: Fri, 20 Mar 2026 07:54:26 -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 007af1505..a78251728 100644 --- a/README.md +++ b/README.md @@ -722,6 +722,7 @@ _Libraries for scheduling jobs._ _Libraries for generating and working with logs._ +- [logfmter](https://github.com/josheppinette/python-logfmter) - A standard library compatible logfmt formatter. - [logging](https://docs.python.org/3/library/logging.html) - (Python standard library) Logging facility for Python. - [loguru](https://github.com/Delgan/loguru) - Library which aims to bring enjoyable logging in Python. - [structlog](https://github.com/hynek/structlog) - Structured logging made easy.