From c21d11a14d0ba2fb4db3e81631ddbbf35fa85c9d Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Tue, 28 Oct 2025 08:49:48 +0100 Subject: [PATCH] HV-2149 Lower the log level for some resource bundle messages Signed-off-by: marko-bekhta --- .../java/org/hibernate/validator/internal/util/logging/Log.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/main/java/org/hibernate/validator/internal/util/logging/Log.java b/engine/src/main/java/org/hibernate/validator/internal/util/logging/Log.java index 9c03e29d9..f82191941 100644 --- a/engine/src/main/java/org/hibernate/validator/internal/util/logging/Log.java +++ b/engine/src/main/java/org/hibernate/validator/internal/util/logging/Log.java @@ -947,7 +947,7 @@ ConstraintDefinitionException getConstraintValidatorDefinitionConstraintMismatch @Message(id = 269, value = "Unable to enable secure XML feature processing when loading %1$s: %2$s") void unableToEnableSecureFeatureProcessingSchemaXml(String fileName, String message); - @LogMessage(level = WARN) + @LogMessage(level = DEBUG) @Message(id = 270, value = "Message resource bundle for the %1$s locale is not available and was not pre-loaded.") void resourceBundleNotPreLoaded(Locale localeToPreload);