Skip to main content

A Django app to log all exceptions, errors and user activity.

Project description

Django Logger

Log exceptions, errors and user activity for Django

Quick start

  1. Add "django_logger" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [ ... 'django_logger', ]

  1. Add 'django_logger.middleware.RequestLoggingMiddleware' to your MIDDLEWARE setting like this::

MIDDLEWARE = [ ..., 'django_logger.middleware.RequestLoggingMiddleware', ]

  1. Run python manage.py migrate to create the django_logger models.

  2. Visit http://127.0.0.1:8000/admin/ to see logs.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

dj_logger-0.1.tar.gz (427.0 kB view hashes)

Uploaded Source

Built Distribution

dj_logger-0.1-py2.py3-none-any.whl (13.7 kB view hashes)

Uploaded Python 2 Python 3

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