I used the most recent Lucee 5.4 docker image and successfully used it to write to a log file I needed. I switched to a Lucee 6.0 image, but it is not writing to any logs in the mounted directory.
I run docker with this command:
docker run -p 8888:8888 -v "$PWD:/var/www" -v "/<PATH>/experiments/sessions/logs:/opt/lucee/web/logs" lucee/lucee:6.0.3.1-tomcat9.0-jre11-temurin-jammy
I opened a terminal and moved around the filesystem, but still couldn’t find any logs. Is there some config I need to do in the Server Admin? 5.4 was just plug and play.