> <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" > debug="true"> > [snip of the rest of the configuration] > If I have the <root>'s level set to "error" shouldn't I only be seeing > "error" logs?
In the attribute of the log4j:configuration element you're telling it to dump out it's configuration information (debug="true"). That's very handy when you're debugging logging configuration, but not afterwords. Change it to false and you'll be all set. -Jim Moore --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
