webhook-logger

A Python logger to send information to Webhooks


Keywords
webhook_logger, django, logging, python, slack, webhooks
License
MIT
Install
pip install webhook-logger==0.2.0

Documentation

Python Webhook Logger

Documentation Status Updates

A Python logging toolbox to send logs over Webhooks.

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.