logbook url change

This commit is contained in:
robinxb 2017-01-16 14:42:26 +08:00 committed by GitHub
parent 90a91c62c1
commit 91ce81d543
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Libraries for generating and working with logs.*
* [Eliot](https://github.com/ClusterHQ/eliot) - Logging for complex & distributed systems.
* [logbook](http://pythonhosted.org/Logbook/) - Logging replacement for Python.
* [logbook](http://logbook.readthedocs.io/en/stable/) - Logging replacement for Python.
* [logging](https://docs.python.org/2/library/logging.html) - (Python standard library) Logging facility for Python.
* [Raven](https://github.com/getsentry/raven-python) - The Python client for Sentry.
* [Sentry](https://pypi.python.org/pypi/sentry) - A realtime logging and aggregation server.