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
commit e260ca3d8de37f5cc002b777ac908ed54d8efeeb Author: Alex Heneveld <[email protected]> AuthorDate: Thu Jan 6 18:06:22 2022 +0000 add commented out block for logging felix resolution --- .../src/main/resources/resources/etc/org.ops4j.pax.logging.cfg | 3 +++ 1 file changed, 3 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 b4389e7..5fe0f46 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 @@ -175,5 +175,8 @@ log4j2.logger.JettyFactoryImpl.level = ERROR log4j2.logger.UiMetadataConfigListener.name = org.apache.brooklyn.ui.modularity.metadata.registry.impl.UiMetadataConfigListener log4j2.logger.UiMetadataConfigListener.level = INFO +# INFO by default but uncomment to see felix startup details, esp evaluation of conflicting packages +#log4j2.logger.felix.name = org.apache.felix +#log4j2.logger.felix.level = DEBUG
