You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by no...@apache.org on 2022/10/13 03:25:36 UTC

[solr] branch main updated: log level changed to debug

This is an automated email from the ASF dual-hosted git repository.

noble pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 63f3e9ebae9 log level changed to debug
63f3e9ebae9 is described below

commit 63f3e9ebae98c0de187c283065e132db291894a3
Author: Noble Paul <no...@gmail.com>
AuthorDate: Thu Oct 13 14:24:35 2022 +1100

    log level changed to debug
---
 solr/core/src/java/org/apache/solr/pkg/PackageLoader.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/pkg/PackageLoader.java b/solr/core/src/java/org/apache/solr/pkg/PackageLoader.java
index 453fbc8e08e..0946d7c3e48 100644
--- a/solr/core/src/java/org/apache/solr/pkg/PackageLoader.java
+++ b/solr/core/src/java/org/apache/solr/pkg/PackageLoader.java
@@ -82,7 +82,7 @@ public class PackageLoader implements Closeable {
   }
 
   public void refreshPackageConf() {
-    log.info(
+    log.debug(
         "{} updated to version {}", ZkStateReader.SOLR_PKGS_PATH, packageAPI.pkgs.znodeVersion);
 
     List<Package> updated = new ArrayList<>();