From 0b90fb30c16d7702d105f830c8d22217a8421169 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 7 Dec 2023 19:58:30 +0100 Subject: [PATCH] Decrease javamoney log level Otherwise, the console is flooded with dozens of useless identical messages. --- src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index aee089a..d24bc31 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,3 +6,6 @@ # Uncomment the folowing when running behind reverse proxy #server.forward-headers-strategy=NATIVE + +# Do not inform about using the default formatter +logging.level.org.javamoney=WARN