From bbab941cc8f4dd249436241382f28b5c5d9eb819 Mon Sep 17 00:00:00 2001 From: Ryan Delaney Date: Tue, 14 Jul 2020 15:20:40 -0400 Subject: [PATCH] Add structlog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ccb3354..944afb55 100644 --- a/README.md +++ b/README.md @@ -810,6 +810,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [logbook](http://logbook.readthedocs.io/en/stable/) - Logging replacement for Python. * [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. ## Machine Learning