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:44:13 -0400
commit697ed75de5197a2175247464e1eee14fcf38562f (patch)
treec41be2a61740044f54a2c98f8f303824ba51f614 /docs
parent83ea51a2441ac497e4d94269bf2746409bf4cfd0 (diff)
[1.10.x] Refs #26628 -- Documented CSRF failure logging.
Backport of ff9198ee0f1de24a5b2861d28849344e7a5714c4 from master
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 fcb3bb4e33..7e4aef5479 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