After deploying spring project in server like tomcat, i can view or monitor applications log using bellow ways:
- just tail -f catalina.out command on
catalina.out
file - View the applications configured log file from specific folder.
In AWS CodeStar it is just deploying code from my repository. But where and how can I view the log file?
I am new in AWS environment. Thanks in advance