That may be the problem. Some third-party frameworks used by our application may be using log4j and ourdefault configuration for log4j is identical to logback - i.e. console and daily rolling file appender.
Let's try running the application with a disabled rolling file appender for log4j.
Let's try running the application with a disabled rolling file appender for log4j.