Skip to main content

A prettier way to see Django requests while developing.

Project description

django-rich-logging

A prettier way to see Django requests while developing.

PyPI PyPI - Downloads GitHub Sponsors

📖 Complete documentation: https://django-rich-logging.readthedocs.io

📦 Package located at https://pypi.org/project/django-rich-logging/

⭐ Features

  • live-updating table of all requests while developing

demo of django-rich-logging

Installation

poetry add django-rich-logging OR pip install django-rich-logging

Configuration

# settings.py

# other settings here

LOGGING = {
    "version": 1,
    "disable_existing_loggers": False,
    "handlers": {
        "django_rich_logging": {
            "class": "django_rich_logging.logging.DjangoRequestHandler",
            "level": "INFO",
        },
    },
    "loggers": {
        "django.server": {"handlers": ["django_rich_logging"], "level": "INFO"},
        "django.request": {"level": "CRITICAL"},
    },
}

# other settings here

Read all of the documentation at https://django-rich-logging.readthedocs.io.

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-rich-logging-0.2.0.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

django_rich_logging-0.2.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file django-rich-logging-0.2.0.tar.gz.

File metadata

  • Download URL: django-rich-logging-0.2.0.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.2 Darwin/21.6.0

File hashes

Hashes for django-rich-logging-0.2.0.tar.gz
Algorithm Hash digest
SHA256 6bdb066c5777fe575167d86292c4eb38391125f3b5b18969a4746c9af0a17b2f
MD5 033405aed19acb565ef3d582498d503d
BLAKE2b-256 f8cc5e8686e89ccd9c1e5fa7aec4c4c147477d09be1b5e0fb2b45928b7b23e79

See more details on using hashes here.

File details

Details for the file django_rich_logging-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_rich_logging-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 74a4bc20eaee0ff6e318fb5f66239513bf7459d0c0ee9022331fd191f691b8b6
MD5 331e860ff91f65f33f42dbb282dd56a5
BLAKE2b-256 91e46c1cbe0d7ecc3798ae4f149bcfb2b059903f5278478bb3dfc41776e70898

See more details on using hashes here.

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