summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2014-10-30 07:46:16 +0200
committerTim Graham <timograham@gmail.com>2014-10-30 14:46:27 -0400
commit79b67179278f7c8c9dfeb127bef439022bb88550 (patch)
treebe1ccce71aee0317094e6393e98aeb19ce4b2f79 /docs
parent9c9f35ed27d1762f8da5ac0683d350952debf709 (diff)
[1.7.x] Converted seealso directives to use 4 space indendation.
Backport of affc04060f from master
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/error-reporting.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt
index 77f03d90de..521acf59d3 100644
--- a/docs/howto/error-reporting.txt
+++ b/docs/howto/error-reporting.txt
@@ -44,9 +44,9 @@ To activate this behavior, put the email addresses of the recipients in the
.. seealso::
- Server error emails are sent using the logging framework, so you can
- customize this behavior by :doc:`customizing your logging configuration
- </topics/logging>`.
+ Server error emails are sent using the logging framework, so you can
+ customize this behavior by :doc:`customizing your logging configuration
+ </topics/logging>`.
404 errors
~~~~~~~~~~
@@ -105,9 +105,9 @@ and override its methods.
.. seealso::
- 404 errors are logged using the logging framework. By default, these log
- records are ignored, but you can use them for error reporting by writing a
- handler and :doc:`configuring logging </topics/logging>` appropriately.
+ 404 errors are logged using the logging framework. By default, these log
+ records are ignored, but you can use them for error reporting by writing a
+ handler and :doc:`configuring logging </topics/logging>` appropriately.
.. _filtering-error-reports: