Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metachris/logzero
Robust and effective logging for Python 2 and 3.
https://github.com/metachris/logzero
logfiles logging logzero python
Last synced: about 2 months ago
JSON representation
Robust and effective logging for Python 2 and 3.
- Host: GitHub
- URL: https://github.com/metachris/logzero
- Owner: metachris
- License: mit
- Archived: true
- Created: 2017-06-12T19:32:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T23:15:17.000Z (almost 2 years ago)
- Last Synced: 2024-09-22T05:32:29.518Z (about 2 months ago)
- Topics: logfiles, logging, logzero, python
- Language: Python
- Homepage: https://logzero.readthedocs.io
- Size: 1.55 MB
- Stars: 1,028
- Watchers: 26
- Forks: 73
- Open Issues: 24
-
Metadata Files:
- Readme: README-various.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
Future Features & Ideas
-----------------------* Decorator for logging function calls
* Easier usage of custom log handlers (currently works `like this `_)
* Send logs to remote log collector (maybe)
* Structured logging a la https://structlog.readthedocs.io/en/stable/index.html (maybe)Related Projects
----------------* [pinojs](https://github.com/pinojs/pino)
* https://logbook.readthedocs.io/en/stable/index.html
* https://12factor.net/logs
* Log collectors: fluentd, logstash, etc.
* https://structlog.readthedocs.io/en/stable/why.htmlNotes: How to release a new version
-----------------------------------via https://cookiecutter-pypackage.readthedocs.io/en/latest/pypi_release_checklist.html
.. code-block:: console
# Run the tests
make test
make lint# Update history
vi HISTORY.md
git add HISTORY.md
git commit -m "Changelog for upcoming release"# Update version
bumpversion minor# Push
git push && git push --tagsUpdate conda-forge: https://github.com/metachris/logzero/issues/67#issuecomment-353016366
Credits
---------This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage.. _pip: https://pip.pypa.io