diff --git a/base/src/main/java/io/quarkus/code/service/PlatformService.java b/base/src/main/java/io/quarkus/code/service/PlatformService.java index 1c1d89e84..1158de91f 100644 --- a/base/src/main/java/io/quarkus/code/service/PlatformService.java +++ b/base/src/main/java/io/quarkus/code/service/PlatformService.java @@ -217,7 +217,7 @@ private void reloadPlatformServiceCache() throws RegistryResolutionException, IO } if (platformServiceCacheRef.get() != null && platformServiceCacheRef.get().platformTimestamp().equals(platformTimestamp)) { - LOG.log(Level.INFO, "The platform cache is up to date with the registry"); + LOG.log(Level.DEBUG, "The platform cache is up to date with the registry"); return; } Collection platforms = platformCatalog.getPlatforms();