Merge branch '6.2.x'

This commit is contained in:
Stéphane Nicoll 2024-11-26 20:04:56 +01:00
commit 186f909c96
1 changed files with 2 additions and 2 deletions

View File

@ -978,8 +978,8 @@ public class PathMatchingResourcePatternResolver implements ResourcePatternResol
}
if (!Files.exists(rootPath)) {
if (logger.isInfoEnabled()) {
logger.info("Skipping search for files matching pattern [%s]: directory [%s] does not exist"
if (logger.isDebugEnabled()) {
logger.debug("Skipping search for files matching pattern [%s]: directory [%s] does not exist"
.formatted(subPattern, rootPath.toAbsolutePath()));
}
return result;