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

stefanegli pushed a commit to branch OAK-10347
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/OAK-10347 by this push:
     new 1cddd0baef and again, unrelated test debugging, more trace for 
ClusterNodeInfo
1cddd0baef is described below

commit 1cddd0baef012564a5376df64b209070c25f5158
Author: stefan-egli <[email protected]>
AuthorDate: Tue Jul 18 17:44:48 2023 +0200

    and again, unrelated test debugging, more trace for ClusterNodeInfo
---
 .../oak/plugins/document/BaseDocumentDiscoveryLiteServiceTest.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/BaseDocumentDiscoveryLiteServiceTest.java
 
b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/BaseDocumentDiscoveryLiteServiceTest.java
index e608cac196..3684d72359 100644
--- 
a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/BaseDocumentDiscoveryLiteServiceTest.java
+++ 
b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/BaseDocumentDiscoveryLiteServiceTest.java
@@ -587,7 +587,8 @@ public abstract class BaseDocumentDiscoveryLiteServiceTest {
                                             .newConsoleAppender("console")
                                             .addAppenderFilter("console", 
"info")
                                             .addAppenderFilter("file", "info")
-                                            
.setLoggerLevel("org.apache.jackrabbit.oak", "debug");
+                                            
.setLoggerLevel("org.apache.jackrabbit.oak", "debug")
+                                            
.setLoggerLevel("org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo", 
"trace");
 
     // subsequent tests should get a DocumentDiscoveryLiteService setup from 
the
     // start

Reply via email to