On Wed, 23 Mar 2005 15:12:59 -0000, [EMAIL PROTECTED] > log4j:WARN No appenders could be found for logger > (org.apache.commons.digester.Digester). > log4j:WARN Please initialize the log4j system properly. > (full stack trace listed below) > > From http://logging.apache.org/log4j/ I gather this means that an > appender hasn't been specified for a logger that's being loaded, however > the appenders are set for the root logger (see config file below) which > leads me to believe that the config file isn't being read at all. I > tried deleting it and got exactly the same error. Not proof but a > possibility.
That actually means that log4j wasn't configured at all (by the time something was logged). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
