From f4682c703f9b7e5d03efd05ccc66565c0b61ec1f Mon Sep 17 00:00:00 2001 From: tony Date: Fri, 12 Jun 2015 10:21:34 +0200 Subject: [PATCH] Added Eliot logging system. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 179f992d..d2454d9f 100644 --- a/README.md +++ b/README.md @@ -822,6 +822,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [logbook](http://pythonhosted.org/Logbook/) - Logging replacement for Python. * [Sentry](https://pypi.python.org/pypi/sentry) - A realtime logging and aggregation server. * [Raven](http://raven.readthedocs.org/) - The Python client for Sentry. +* [Eliot](https://eliot.readthedocs.org/) - Logging for complex & distributed systems. ## Testing