This is an automated email from the ASF dual-hosted git repository.
houston 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 cc020811a7f SOLR-17092: Fix Debug logging for ReindexCollectionTest
cc020811a7f is described below
commit cc020811a7fd74af4bbd69804b52bc41f7198a45
Author: Houston Putman <[email protected]>
AuthorDate: Thu Jun 12 17:00:46 2025 -0500
SOLR-17092: Fix Debug logging for ReindexCollectionTest
---
solr/core/src/test/org/apache/solr/cloud/ReindexCollectionTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/solr/core/src/test/org/apache/solr/cloud/ReindexCollectionTest.java
b/solr/core/src/test/org/apache/solr/cloud/ReindexCollectionTest.java
index b83e6456bf2..31e4d4bbf82 100644
--- a/solr/core/src/test/org/apache/solr/cloud/ReindexCollectionTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/ReindexCollectionTest.java
@@ -52,7 +52,7 @@ import org.junit.Test;
/** */
@LogLevel(
-
"org.apache.solr.cloud.api.collections.ReindexCollectionCmd=DEBUG,org.apache.solr.cloud.OverseerTaskProcessor=DEBUG")
+
"org.apache.solr.cloud.api.collections.ReindexCollectionCmd=DEBUG;org.apache.solr.cloud.OverseerTaskProcessor=DEBUG")
public class ReindexCollectionTest extends SolrCloudTestCase {
@BeforeClass