From c40ae32955b29e87307d4bc9608931c91a45f8b0 Mon Sep 17 00:00:00 2001 From: Jan-Jelle Kester Date: Wed, 3 Jun 2015 16:50:00 +0200 Subject: [PATCH] Update documentation for new feature --- docs/source/usage.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index e043d31..f473436 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -25,7 +25,8 @@ Actors ------ When using automatic logging, the actor is empty by default. However, auditlog can set the actor from the current -request automatically. This does not need any custom code, adding a middleware class is enough. +request automatically. This does not need any custom code, adding a middleware class is enough. When an actor is logged +the remote address of that actor will be logged as well. To enable the automatic logging of the actors, simply add the following to your ``MIDDLEWARE_CLASSES`` setting in your project's configuration file::