So I have setup my Dockerfile to use this entrypoint => ENTRYPOINT ["java", "-jar", "/opt/aem/cq-author-p4502.jar", "-r", "author", "-p", "4502", "-verbose"] and while this works, I do not see any logs in crx-quickstart/logs when I "logged in" into the container. I can only see the logs when using C...