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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git

commit 3f98e24e13763ecc794e9fc202c6eeb7869fd60a
Author: Alex Heneveld <[email protected]>
AuthorDate: Thu Aug 31 10:09:02 2023 +0100

    tidy karaf logging
---
 .../src/main/resources/brooklyn/logback-logger-excludes.xml             | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/logging/logback-includes/src/main/resources/brooklyn/logback-logger-excludes.xml
 
b/logging/logback-includes/src/main/resources/brooklyn/logback-logger-excludes.xml
index 07008ef893..a23529265e 100644
--- 
a/logging/logback-includes/src/main/resources/brooklyn/logback-logger-excludes.xml
+++ 
b/logging/logback-includes/src/main/resources/brooklyn/logback-logger-excludes.xml
@@ -82,5 +82,7 @@
     <logger name="org.ops4j.pax.web.utils.ServletContainerInitializerScanner" 
level="ERROR"/>
     <!-- Again verbose, warning about No HttpConfig Element found in 
jetty.xml, using default -->
     <logger name="org.ops4j.pax.web.service.jetty.internal.JettyFactoryImpl" 
level="ERROR"/>
+    <!-- logs stack traces at info level for commands not found while still 
initializing -->
+    <logger name="org.apache.karaf.shell.impl.action.osgi.CommandExtension" 
level="WARN"/>
 
 </included>

Reply via email to