From 8168b015a8242aef23a3176f6db67be666402211 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 24 May 2024 12:41:58 +0200 Subject: [PATCH] GH-628 - Polishing. --- .../src/test/resources/application-h2.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-modulith-events/spring-modulith-events-jdbc/src/test/resources/application-h2.properties b/spring-modulith-events/spring-modulith-events-jdbc/src/test/resources/application-h2.properties index 54f38c3d..126e53b2 100644 --- a/spring-modulith-events/spring-modulith-events-jdbc/src/test/resources/application-h2.properties +++ b/spring-modulith-events/spring-modulith-events-jdbc/src/test/resources/application-h2.properties @@ -5,5 +5,4 @@ spring.test.database.replace=NONE spring.modulith.events.jdbc-schema-initialization.enabled=true -logging.level.org.springframework.jdbc=trace spring.main.banner-mode=off