Logs in server

0
Hi Mendix Team, I have done the deployment of Mendix application with using Docker build pack. Also activated the license, and also application is running successfully. But I want to store the application logs day wise inside the AWS Ec2 instance. what is the procedure or is there any option from Mendix app. Kindly suggest how to generate and store the application logs using Docker. For reference using below command can be able to do like this. ?sudo docker run -d --restart always -it -p <port:port> --name=<container name> -v /var/log/mendixlogs/globalapplogs -e <license key> -e <license ID> -e DATABASE ENDPOINT <image name>
asked
1 answers
0

This is not specifically a Mendix challenge. See https://stackoverflow.com/questions/52090431/docker-view-historical-logs for solution options.

answered