Merge pull request #1576 from rpdelaney/structlog

Add structlog
This commit is contained in:
Vinta Chen 2020-07-16 01:04:07 +08:00 committed by GitHub
commit ffed2b56fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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