From 249be6c4c62954bbf0b306bd13f2f155256e6174 Mon Sep 17 00:00:00 2001 From: Bradford Powell Date: Thu, 18 Dec 2025 21:31:59 -0500 Subject: [PATCH] Fix logging configuration for HikariCP It looks like somehow an extra `${java.version}` found its way in here --- exomiser-cli/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exomiser-cli/src/main/resources/application.properties b/exomiser-cli/src/main/resources/application.properties index 78460b1f5..8a646999b 100644 --- a/exomiser-cli/src/main/resources/application.properties +++ b/exomiser-cli/src/main/resources/application.properties @@ -81,4 +81,4 @@ exomiser.phenotype.data-version=${phenotype.data.version} ### logging ### # Logging is highly configurable - see https://docs.spring.io/spring-boot/docs/current/reference/html/features.html#features.logging.file-output #logging.file.name=logs/exomiser.log -logging.level.com.zaxxer.hikari=ERROR ${java.version} \ No newline at end of file +logging.level.com.zaxxer.hikari=ERROR