summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHolly Becker <becker.holly@gmail.com>2016-06-02 12:35:39 -0700
committerTim Graham <timograham@gmail.com>2016-06-02 20:42:41 -0400
commitff9198ee0f1de24a5b2861d28849344e7a5714c4 (patch)
tree979bd4dd8087d8489647b0dd5d277bb5b3a52a6b /docs
parentd65e2899b2b25c62a4ead7aba121421c19e55bce (diff)
Refs #26628 -- Documented CSRF failure logging.
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 01054c2079..6303f7d437 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