2013/1/26 fusillator <[email protected]>: > So it seems that the struts framework use strightly log4j too, ignoring the > container configuration, doesn't it?
Nope, if so it's a bug. S2 will try to use SLF4J (with new release), then commons-logging (which mostly means Log4j) and at the end JDK logging. https://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/util/logging/LoggerFactory.java Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

