Relative Content

Tag Archive for eclipsetomcatlogback

Issue with asynchronous logging using Logback on Tomcat

I’m currently facing an issue with logging configuration in my Java web application deployed on Tomcat. I’m using Logback as the logging framework and have configured a ConsoleAppender with true to ensure synchronous logging to the console.