From 33e7a063d8b363165dbde125261f18dc162b6546 Mon Sep 17 00:00:00 2001 From: ptrm04 Date: Wed, 13 Mar 2019 16:21:59 +0000 Subject: [PATCH] updating spacing --- logging/monolog_email.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/logging/monolog_email.rst b/logging/monolog_email.rst index 381ffd1a4e1..19bf3a19c7f 100644 --- a/logging/monolog_email.rst +++ b/logging/monolog_email.rst @@ -212,12 +212,12 @@ get logged on the server as well as the emails being sent: type: deduplication handler: swift swift: - type: swift_mailer - from_email: 'error@example.com' - to_email: 'error@example.com' - subject: 'An Error Occurred! %%message%%' - level: debug - formatter: monolog.formatter.html + type: swift_mailer + from_email: 'error@example.com' + to_email: 'error@example.com' + subject: 'An Error Occurred! %%message%%' + level: debug + formatter: monolog.formatter.html content_type: text/html .. code-block:: xml