diff --git a/docs/ref/csrf.txt b/docs/ref/csrf.txt index 01054c2079a..6303f7d4376 100644 --- a/docs/ref/csrf.txt +++ b/docs/ref/csrf.txt @@ -211,6 +211,9 @@ The error page, however, is not very friendly, so you may want to provide your own view for handling this condition. To do this, simply set the :setting:`CSRF_FAILURE_VIEW` setting. +CSRF failures are logged as warnings to the :ref:`django-request-logger` +logger. + .. _how-csrf-works: How it works