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::