Im trying to upgrade beanstalk version from "64bit Amazon Linux 2018.03 v3.4.0 running Tomcat 8.5 Java 8" to "64bit Amazon Linux 2 v4.1.2 running Tomcat 8.5 Corretto 8". I have my app deployed an running successfully on the new platform version (its a simple app - I dont have any ebextension scripts).
However Im missing the logs file "var/log/tomcat/catalina.out". Its missing and Im running blind!
Beanstalk Log Export Before Upgrade:
Beanstalk Log Export After Upgrade:
Comparing the beanstalk log exports its seems the log directory on an ec2 instance has changed from "var/log/tomcat8" to "var/log/tomcat" and "var/log/tomcat/catalina.out" is missing.
And tips or ideas much appreciated how to get back catalina.out file.