Implementing Log Rotation with Log4j

Is the documentation for Implementing Log Rotation with Log4j still accurate with the image lucee:lucee:latest and log4j2 (the latest)? I cannot seem to find a recipe that works. Instead I receive various “OSGi”,“Unable to resolve com.fasterxml.jackson.dataformat.jackson-dataformat-yaml…” messages in the application.log, even though I am including the jars. Since logs are being created, I’m guessing that I am fighting with jar version collisions.

Any chance this document can be updated to replace the lucee log4j2 with apache log4j2? I require rolling file appenders which I found references that the lucee version does not support (including this referenced doc).