I\'m experimenting writing a java SE swing application using JBoss weld. Weld configures logging with log4j using the following log4j.xml file in the jar:
I think the default log configuration for third part jars won`t print any message into STDOUT or FILE.
But if you want override the default log configuration without document, the best solution is de-compile the jar files and find out how it load the configuration.