struts 2.5 + slf4j + logback integration

2016-05-11 Thread Matias Rodriguez
Hi! I've just upgraded to struts 2.5 and faced an issue with my existing logging configuration. The error appears at startup: "ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...". I want to use slf

Re: struts 2.5 + slf4j + logback integration

2016-05-11 Thread Christoph Nenning
> Hi! I've just upgraded to struts 2.5 and faced an issue with my existing > logging configuration. > > The error appears at startup: "ERROR StatusLogger Log4j2 could not find a > logging implementation. Please add log4j-core to the classpath. Using > SimpleLogger to log to the console...". > >