This is an automated email from the ASF dual-hosted git repository.
joscorbe pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 619e1bd20d Temporarily add console appender (#1231)
619e1bd20d is described below
commit 619e1bd20dcf0618c4ce46bfd1ee1c71162422cb
Author: José Andrés Cordero Benítez <[email protected]>
AuthorDate: Thu Nov 23 10:28:41 2023 +0100
Temporarily add console appender (#1231)
---
oak-store-document/src/test/resources/logback-test.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/oak-store-document/src/test/resources/logback-test.xml
b/oak-store-document/src/test/resources/logback-test.xml
index 7a9abc43b8..2b50ade14a 100644
--- a/oak-store-document/src/test/resources/logback-test.xml
+++ b/oak-store-document/src/test/resources/logback-test.xml
@@ -30,9 +30,9 @@
</appender>
<root level="INFO">
- <!--
+
<appender-ref ref="console"/>
- -->
+
<appender-ref ref="file"/>
</root>