DjangoRequestLogger 0.1.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 "_"...