diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2016-07-02 00:21:35 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2016-07-02 00:21:35 +0300 |
commit | 0383a8e3df1fb327492885a5a73990f2e04216d6 (patch) | |
tree | d6380c862f84f14ad4c0d4d49c9b4b84cf4a4e23 /demo | |
parent | 89e2131d5f50089f4f6f5f3cb21b82eb7efc60c1 (diff) | |
download | pf4j-0383a8e3df1fb327492885a5a73990f2e04216d6.tar.gz pf4j-0383a8e3df1fb327492885a5a73990f2e04216d6.zip |
Fix logging issue in demo
Diffstat (limited to 'demo')
-rw-r--r-- | demo/app/src/main/resources/log4j.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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 |