2
Someone has already implemented log using SLF4J to enable the application to separate files by tenant in Amazon environment?
I made this implementation in my application, on Tomcat running local the log files are generated normally, but when I deploy to Amazon and later download the logs, the files are not generated, the outputs end up going to the catalina.out
.
What type of deploy do you make: direct on EC2? Elastic Beanstalk? Cloudformation? Most of my problems with logs reside in missing paths or lack of access permission.
– sergiopereira
Elastic Beanstalk
– Luan Kevin Ferreira