Skip to main content

slow request log for django

Project description

django-slow-log is an additional logging layer that keeps a log similar to an apache or nginx request log, but adds additional higher level information about the state of the process and the resources used by the server during the generation of the response.

installing/usage

To use, add to your MIDDLEWARE_CLASSES in settings.py:

MIDDLEWARE_CLASSES = (
    'django_slow_log.middleware.SlowLogMiddleware',
    ...
)

settings

DJANGO_SLOW_LOG_PRINT_ONLY

do not keep a log in a file, only print; this can be useful for use on your devbox (via runserver)

DJANGO_SLOW_LOG_LOCATION

path of the log file (default: /var/log/django-slow.log)

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-slow-log-0.1.3.tar.gz (4.2 kB view details)

Uploaded Source

File details

Details for the file django-slow-log-0.1.3.tar.gz.

File metadata

File hashes

Hashes for django-slow-log-0.1.3.tar.gz
Algorithm Hash digest
SHA256 7856879969df524d0e0eb1df6a9660028a8b5345e579dedb88ce5710afcd87d9
MD5 dfe2cc6a637bfea169035209a403c02d
BLAKE2b-256 1a344f622f2f08d9e986b6e93a1829a65d0a41d0b910f64b4a502462d2cdb2b0

See more details on using hashes here.

Provenance

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