I have a version2 Confluence plugin where I use a library (which I bundle) that uses java.uti.logging for logging. Now I want those log statements in the Confluence log. I’ve tried achieving this by configuring /confluence/WEB-INF/classes/logging.properties and /confluence/WEB-INF/classes/log4j.properties as described in https://confluence.atlassian.com/conf63/configuring-logging-929729869.html, but it doesn’t work. I’ve also tried adding a logging.properties to my plugin jar, but with no success.
Should the instructions linked to above work for a plugin? If not, what is the required configuration?