Re: Implementing logging separation with log4j2 for Spring Boot 3 apps and Tomcat 10

2025-01-14 Thread Piotr P. Karwasz
Hi Arbi, On 10.01.2025 23:27, Arbi Sookazian wrote: body {height: 100%; color:#00; font-size:12pt; font-family:arial,helvetica,sans-serif;}Hi, We have multiple Spring Boot 3 WEB apps (exploded WAR files) that need to log to separate/distinct log files on the same Tomcat 10 server. I was

Implementing logging separation with log4j2 for Spring Boot 3 apps and Tomcat 10

2025-01-10 Thread Arbi Sookazian
body {height: 100%; color:#00; font-size:12pt; font-family:arial,helvetica,sans-serif;}Hi, We have multiple Spring Boot 3 WEB apps (exploded WAR files) that need to log to separate/distinct log files on the same Tomcat 10 server. I was able to implement this successfully on Tomcat 7, log4j