OK, I admit it, configuring commons logging baffles me. ;-} >From the docs, it seems that if I'm using JDK 1.4, Logging will find that, and all I need to configure is the standard JDK 1.4 logging options. That seems straightforward enough, and I'm seeing INFO level messages. However, I can't seem to get it to pick up my config changes. I'm trying to get FINEST output, and I've tried changing logging.properties in JRE/lib - no joy. I've tried putting a logging.properties in WEB-INF/classes - no joy. I'm setting FINEST as the default and also for the console handler. Nothing.
Is there something I have to configure for Commons Logging, after all, to get the debug output I want? If not, what am I missing? Thanks! -- Martin Cooper -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
