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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 4997b92c Use INFO log level in itests by default (#443)
4997b92c is described below

commit 4997b92c630b66898ad9f40b27f76b4a6e4b87d2
Author: JB Onofré <[email protected]>
AuthorDate: Thu Mar 13 09:12:21 2025 +0100

    Use INFO log level in itests by default (#443)
---
 itest/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/itest/pom.xml b/itest/pom.xml
index 69900f94..26c6b570 100644
--- a/itest/pom.xml
+++ b/itest/pom.xml
@@ -226,6 +226,7 @@
                     <forkCount>1</forkCount>
                     <reuseForks>false</reuseForks>
                     <systemPropertyVariables>
+                        
<org.ops4j.pax.logging.DefaultServiceLog.level>INFO</org.ops4j.pax.logging.DefaultServiceLog.level>
                         
<activemq.version>${activemq.version}</activemq.version>
                         <camel.version>${camel.version}</camel.version>
                         <decanter.version>${project.version}</decanter.version>

Reply via email to