Welcome to django-log-outgoing-requests’ documentation!

Build status Code quality checks black Coverage status Documentation Status

python-versions django-versions pypi-version

A logging solution for outgoing requests made via the requests library.

django-log-outgoing-requests provides a custom formatter and handler for the Python logging standard library. It integrates with existing logging configuration and provides (configuration) options to save the log records to the database.

You would typically use this as a tool to debug integration with external HTTP services, via log shipping solutions and/or the Django admin.

Features

  • log formatter for a readable representation of a request and response

  • log handler to persist relevant log records to the database

  • configurable via Django settings

  • runtime configuration in the admin, overriding defaults from Django settings.

Indices and tables