Hello There, I have a particular problem that someone may have seen before. I am writing a web service using Apache Axis 1.1 and I want to use Apache Commons to do my logging. I am using Apache Commons in the correct manner import org.apache.commons.logging.Log org.apache.axis.components.logger.LogFactory
and then make an instance with the following line: private static Log log = LogFactory.getLog(MyClass.class.getName()) My problem is manipulating the log file configuration. I can't find the log4j.properties which is responsible for changing how the logging works. Also how does org.apache.catalina.logger.FileLogger work so I can call different levels of traces? I am pretty sure that FileLogger is connected to Apache Commons Logging. Thanks! Hut --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
