diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2014-10-30 07:46:16 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-30 14:46:31 -0400 |
| commit | 28033632f8533a16943bda816ed11ed3b2773b05 (patch) | |
| tree | c41de6cc4d364b6beceb01930c651c984edca875 /docs/howto/error-reporting.txt | |
| parent | 10890606bc57afc38c5fbc7eb87dfcd35da524d6 (diff) | |
[1.6.x] Converted seealso directives to use 4 space indendation.
Backport of affc04060f from master
Diffstat (limited to 'docs/howto/error-reporting.txt')
| -rw-r--r-- | docs/howto/error-reporting.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt index 861b74edf7..e9bc246f1f 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: |
