DjangoRequestLogger

Software Screenshot:
DjangoRequestLogger
Software Details:
Version: 0.1.0
Upload Date: 11 May 15
Developer: Evan Martin
Distribution Type: Freeware
Downloads: 1

Rating: nan/5 (Total Votes: 0)

DjangoRequestLogger is a Django app that adds extra fields to log records emitted by the standard Python logging. Currently these include:

- username - Username of the currently logged in Django user, if any. If no user is logged in the value is "_" (distinct from empty string, which means that the information is not available).
- client_ip - IP address of the client browser, obtained from REMOTE_ADDR and HTTP_X_FORWARDED_FOR.
- absolute_url - the absolute URL of the current request, including the query string.
- raw_post_data - the raw POST data for the current request, if any.

These fields are then available to be used in your logging formatter (see example below). They are also visible in Django Sentry as additional data (if you have Django Sentry installed).

Requirements:

  • Python
  • Django

Other Software of Developer Evan Martin

git-cl
git-cl

20 Feb 15

BuildBot Error
BuildBot Error

6 May 15

LogJam
LogJam

12 May 15

Comments to DjangoRequestLogger

Comments not found
Add Comment
Turn on images!