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-dist.git


The following commit(s) were added to refs/heads/master by this push:
     new 3288e06  add logging exclusions that were added to logback also to the 
karaf/pax etc logging cfg file
3288e06 is described below

commit 3288e06b5986fd4680ae3eab7ca8db5fed658ec3
Author: Alex Heneveld <[email protected]>
AuthorDate: Thu Apr 1 15:56:54 2021 +0100

    add logging exclusions that were added to logback also to the karaf/pax etc 
logging cfg file
---
 .../src/main/resources/resources/etc/org.ops4j.pax.logging.cfg     | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/karaf/features/src/main/resources/resources/etc/org.ops4j.pax.logging.cfg 
b/karaf/features/src/main/resources/resources/etc/org.ops4j.pax.logging.cfg
index 0e410fb..e557dee 100644
--- a/karaf/features/src/main/resources/resources/etc/org.ops4j.pax.logging.cfg
+++ b/karaf/features/src/main/resources/resources/etc/org.ops4j.pax.logging.cfg
@@ -147,3 +147,10 @@ log4j2.logger.spifly.level = WARN
 
 log4j2.logger.schmizz.name = net.schmizz
 log4j2.logger.schmizz.level = WARN
+
+log4j2.logger.ServletContainerInitializerScanner.name = 
org.ops4j.pax.web.utils.ServletContainerInitializerScanner
+log4j2.logger.ServletContainerInitializerScanner.level = ERROR
+
+log4j2.logger.JettyFactoryImpl.name = 
org.ops4j.pax.web.service.jetty.internal.JettyFactoryImpl
+log4j2.logger.JettyFactoryImpl.level = ERROR
+

Reply via email to