From 80f2e8c78b2fac7ee2768037c721698062808a7c Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Wed, 14 Mar 2018 14:52:11 +0000 Subject: [PATCH] configuration/core: Fix logging rst indentation --- wa/framework/configuration/core.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/wa/framework/configuration/core.py b/wa/framework/configuration/core.py index 0c38baf0..5eaceb96 100644 --- a/wa/framework/configuration/core.py +++ b/wa/framework/configuration/core.py @@ -433,13 +433,14 @@ class MetaConfiguration(Configuration): WA logging configuration. This should be a dict with a subset of the following keys:: - :normal_format: Logging format used for console output - :verbose_format: Logging format used for verbose console output - :file_format: Logging format used for run.log - :color: If ``True`` (the default), console logging output will - contain bash color escape codes. Set this to ``False`` if - console output will be piped somewhere that does not know - how to handle those. + :normal_format: Logging format used for console output + :verbose_format: Logging format used for verbose console output + :file_format: Logging format used for run.log + :color: If ``True`` (the default), console logging output will + contain bash color escape codes. Set this to ``False`` if + console output will be piped somewhere that does not know + how to handle those. + """, ), ConfigurationPoint(