Tomcat logging
607748Jan 31 2008 — edited Jan 31 2008Hello,
I have a tomcat 5.5.23 on my machine and installed the adf libs with the JDeveloper integrated ADF Installern. After fixing the url-servlet mapping ordDeliverMediaServlet my application is running. - but -
in catalina.out there are so much log lines like:
DEBUG (SmapUtil$SDEInstaller) -20 copying 4 bytes
DEBUG (SmapUtil$SDEInstaller) -16 read class attr -- 'this'
and so on. I've changed the settings in conf/logging.properties from FINEST to SEVERE and changed my log4j.properties in my application to ERROR but nothing happens.
How can I configure the logging in tomcat to be more silently...