Hi,
I have followed the steps described here to deploy the app with docker:
https://doc.cuba-platform.com/manual-7.2/docker_deployment.html
added this property in uber-jar-logback.xml:
<property name="logDir" value="${app.home}/logs"/>
also added vm option in dockerfile:
-Dapp.home=/opt/sales-home
The container is build & the application is up and running successfully but I don’t see any application logs.
any heads up.
Regards,
Sanchit