Is there some way to manage tomcat logging from the log4j xml of a webapp ?
By this , I mean I am specifically looking to stop logs of level SEVERE from WebappClassLoader from being put into the catalina.out log.
EDIT :
While researching, I came to know that log4j will give priority to log4j.xml from any parent class loader if the file is present or the one present in WEB-INF/classes. If no other log4j.xml file is present for parent class loaders , will the default setting be taken for tomcat and application specific from the webapp log4j.xml ?