summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/csrf.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/csrf.txt b/docs/ref/csrf.txt
index f59b45646d..42c5754512 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