So, I tried to follow some posts on Internet to enable org.jboss.logmanager, changing "-Djboss.modules.system.pkgs" (I don't know what it does), adding "-Djava.util.logging.manager" and adding "-Xbootclasspath/a:...". Tried multiple combinations of those startup parameters, but it always failed with error or not changing log level names. LogManager is a multi release jar, so maybe there is something related to it.
Then I build my own custom LoggerFinder implementation, much the same like JBoss LogManager, and tested it in Eclipse with success. In Eclipse I added my jar into classpath user entries of the WF run configuration. Now I need to know how to add this jar to WF system class path, I have tried
"-Xbootclasspath/a:..." parameter, but this works partially, my LoggerFinder is loaded, but log messages do not hit log handlers.
Thanks.