Skip to main content

A Django app to log on a database

Project description

Alpha: DO NOT USE IN PRODUCTION Database logger is a Django app that allows you to log on a database table using standard logging commands. It can hook on existing logging handlers and start storing them in the database

Quick start

  1. Add “database_logger” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'database_logger',
    ]
  2. Run python manage.py migrate to create the models.

  1. Configure ….

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-database-logger-0.16.tar.gz (10.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page