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:23 -0400
commitcbc8ef6127a92cc59dfb28461e865242e5e39329 (patch)
tree75f82da0eae43bf808ab903a9bdec9f7c0429781 /docs
parent9d52cdfbbc02a21fafc74146c571ac6e50812a00 (diff)
[1.9.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 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