From 4e47319fa625b48f53ad21b842bbf24ae4bafa6a Mon Sep 17 00:00:00 2001 From: Tiago Bueno <49003339+tlbueno@users.noreply.github.com> Date: Fri, 20 Sep 2024 14:10:45 -0300 Subject: [PATCH] fix typo on line break Signed-off-by: Tiago Bueno <49003339+tlbueno@users.noreply.github.com> --- templates/artemis/log4j2-utility.properties.jinja2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/artemis/log4j2-utility.properties.jinja2 b/templates/artemis/log4j2-utility.properties.jinja2 index af29e4b..c99a26a 100644 --- a/templates/artemis/log4j2-utility.properties.jinja2 +++ b/templates/artemis/log4j2-utility.properties.jinja2 @@ -10,8 +10,7 @@ monitorInterval = {{ log4j2_utility_config.monitorInterval }} rootLogger = {{ log4j2_utility_config.rootLogger }} - -{%- for appender_key, appender in log4j2_utility_config.appender.items() -%} +{% for appender_key, appender in log4j2_utility_config.appender.items() -%} {% if "console" in appender_key -%} # Console appender