On 12/02/2019 09:24, Sashidharan Ramamurthy wrote: > Hi Tomcat User group, > > In the "Logging In Tomcat" page, in 8.0 version, there is a link and section > detailing how to use Apache log4j instead of "java.util.logging" > > But the same content is not visible in 8.5 version. > > My query is whether from 8.5 or above, is the capability of using apache > log4j disabled and we have to use only JULI? Also, there is no > tomcat-juli-adapters library in extras of apache 8.5 version. > > We are using tomcat 8.5.33 in our machines. > > Kindly answer this please!! Have removed the links where documentation sites > are mentioned..
Apache log4j 1.x is not longer supported so the adapters and associated documentation have been removed from 8.5.x onwards. If you wish to use Apache log4j 2.x then you should be able to use the log4j / java.util.logging bridge although that does beg the question why? Applications (as they always have been) are free to configure any logging mechanism they wish. Why do you want to change the framework Tomcat uses for its internal logging? Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org