From 79e6b9d0ae1b1e772a227da3f27505ae363fefe0 Mon Sep 17 00:00:00 2001 From: Vincenzo Garambone Date: Mon, 1 Jul 2024 12:37:28 +0200 Subject: [PATCH] Reduce Thymeleaf logging level & Upgrade VERSION --- VERSION | 2 +- src/main/resources/application.properties | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7486fdb..f38fc53 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.2 +0.7.3 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a6413e0..02318d7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,9 @@ management.server.port=3000 server.compression.enabled=true server.error.whitelabel.enabled=false + +logging.level.org.thymeleaf=ERROR + retrosearch.encoding=UTF-8 retrosearch.html.version=3.2 retrosearch.search.locales=${SEARCH_LOCALES:en_US,en_GB,it_IT,de_DE,fr_FR,es_ES}