Apache Tomcat 9 is logging in multiple log files, I have set up tomcat 9 which is working fine but I noticed that it's created Catalina.out and similar log files in two folders.
- Tomcat 9/bin/log/catalina.out
- Tomcat 9/log/catalina.out
It's logging in both files switching one by one after some hours and someday not exact time but it's not duplicate logs which is good. I also checked the logger.properties file for the configuration but didn't found the issue. Anyone else facing the same issue? any suggestions.