From 0383a8e3df1fb327492885a5a73990f2e04216d6 Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Sat, 2 Jul 2016 00:21:35 +0300 Subject: Fix logging issue in demo --- demo/app/src/main/resources/log4j.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'demo') diff --git a/demo/app/src/main/resources/log4j.properties b/demo/app/src/main/resources/log4j.properties index 82e4df2..0454ba2 100644 --- a/demo/app/src/main/resources/log4j.properties +++ b/demo/app/src/main/resources/log4j.properties @@ -7,6 +7,7 @@ log4j.logger.ro.fortsoft.pf4j=DEBUG, Console # !!! Put the bellow classes on level TRACE when you are in trouble log4j.logger.ro.fortsoft.pf4j.PluginClassLoader=WARN, Console log4j.logger.ro.fortsoft.pf4j.AbstractExtensionFinder=DEBUG, Console +log4j.additivity.ro.fortsoft.pf4j=false log4j.additivity.ro.fortsoft.pf4j.PluginClassLoader=false log4j.additivity.ro.fortsoft.pf4j.AbstractExtensionFinder=false -- cgit v1.2.3