On 29/06/2016 16:35, Christian wrote: > Hi all, > > > On 14.06.2016 14:23, Mark Thomas wrote: >> On 14/06/2016 13:18, Sergio Fernández wrote: >>> May I ask what happened with tomcat-embed-logging-* artifacts in >>> 8.5.3? I >>> still see them at 8.0.x, included the recent 8.0.36, but they >>> disappeared >>> after 8.5.2: >>> >>> [...] >> Those modules have been removed. They are only useful with log4j 1.x >> which is no longer supported by the log4j community. With log4j 2.x, you >> can achieve the same result with no extra Tomcat libraries. >> >> Mark > > I might be blind, but couldn't figure out how to achieve proper logging > with log4j 2.x. > Is there a special module implementing org.apache.juli.logging.Log and > org.apache.juli.logging.LogFactory?
Those just wrap java.util.logging so follow the instructions (from log4j2) to redirect that to log4j2. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org