https://github.com/founders4schools/python-webhook-logger
A Python logger via Webhooks
https://github.com/founders4schools/python-webhook-logger
django logging python slack webhooks
Last synced: about 1 year ago
JSON representation
A Python logger via Webhooks
- Host: GitHub
- URL: https://github.com/founders4schools/python-webhook-logger
- Owner: founders4schools
- License: mit
- Created: 2017-05-17T20:27:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T00:41:06.000Z (almost 7 years ago)
- Last Synced: 2025-04-01T20:00:05.576Z (about 1 year ago)
- Topics: django, logging, python, slack, webhooks
- Language: Python
- Size: 95.7 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=====================
Python Webhook Logger
=====================
.. image:: https://img.shields.io/pypi/v/webhook-logger.svg
:target: https://pypi.python.org/pypi/webhook-logger
.. image:: https://img.shields.io/travis/founders4schools/python-webhook-logger.svg
:target: https://travis-ci.org/founders4schools/python-webhook-logger
.. image:: https://readthedocs.org/projects/python-webhook-logger/badge/?version=latest
:target: https://python-webhook-logger.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://pyup.io/repos/github/founders4schools/python-webhook-logger/shield.svg
:target: https://pyup.io/repos/github/founders4schools/python-webhook-logger/
:alt: Updates
.. image:: https://codecov.io/gh/founders4schools/python-webhook-logger/branch/master/graph/badge.svg
:target: https://codecov.io/gh/founders4schools/python-webhook-logger
A Python logging toolbox to send logs over Webhooks.
* Free software: MIT license
* Documentation: https://python-webhook-logger.readthedocs.io.
Features
--------
* Framework agnostic, just tied to Python logging module
* Integration with Django supported
* Optional filtering feature to only submit some logs
* Styling of Slack messages depending on the logging level
* Uses requests under the hood to make it testable
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