From 15cdb67ff7aeb714b677495664c555c16217d9c4 Mon Sep 17 00:00:00 2001 From: Daniel Franco Date: Thu, 12 Sep 2024 14:56:41 +0100 Subject: [PATCH] Prevent logback from outputting its own status (#27267) --- .../templates/src/main/resources/logback-spring.xml.ejs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/generators/spring-boot/templates/src/main/resources/logback-spring.xml.ejs b/generators/spring-boot/templates/src/main/resources/logback-spring.xml.ejs index c543fd44383..4bda6373aca 100644 --- a/generators/spring-boot/templates/src/main/resources/logback-spring.xml.ejs +++ b/generators/spring-boot/templates/src/main/resources/logback-spring.xml.ejs @@ -169,6 +169,9 @@ + + + true