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