summaryrefslogtreecommitdiff
path: root/docs/howto/error-reporting.txt
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-12-24 23:22:33 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-12-29 21:59:07 +0100
commit641acf76e706dcff0932b0825f1acbde715cc2c4 (patch)
treed5c78721679beb5680c155253cabf2cc48fdaf74 /docs/howto/error-reporting.txt
parent4a6490a4a0d0d7e45b1f549e3f9d97e5e2aeb731 (diff)
Removed IGNORABLE_404_STARTS/ENDS settings.
Diffstat (limited to 'docs/howto/error-reporting.txt')
-rw-r--r--docs/howto/error-reporting.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt
index 5fbe5eda59..b4ced5a1b6 100644
--- a/docs/howto/error-reporting.txt
+++ b/docs/howto/error-reporting.txt
@@ -101,14 +101,6 @@ The best way to disable this behavior is to set
records are ignored, but you can use them for error reporting by writing a
handler and :doc:`configuring logging </topics/logging>` appropriately.
-.. seealso::
-
- .. versionchanged:: 1.4
-
- Previously, two settings were used to control which URLs not to report:
- :setting:`IGNORABLE_404_STARTS` and :setting:`IGNORABLE_404_ENDS`. They
- were replaced by :setting:`IGNORABLE_404_URLS`.
-
.. _filtering-error-reports:
Filtering error reports