From 7486d575e5afc62adbdcc22a844025d13ff86210 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 9 Jul 2020 13:31:00 +0800 Subject: [PATCH] rename --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6708d906..1ed26c28 100644 --- a/README.md +++ b/README.md @@ -804,11 +804,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for generating and working with logs.* -* [Eliot](https://github.com/ScatterHQ/eliot) - Logging for complex & distributed systems. -* [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. -* [raven](https://github.com/getsentry/raven-python) - Python client for Sentry, a log/error tracking, crash reporting and aggregation platform for web applications. +* [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. ## Machine Learning