Try adding this to your command line to cause logging to go to the console:
-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog Also, try calling digester.setDebug() with a number like 10 ( higher numbers = more verbose logging) I seem to recall not getting any messages until I got to at least 5 or 7. K.C. > -----Original Message----- > From: Howard Miller [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 17, 2003 12:26 PM > To: jakarta Commons Users List > Subject: Logging in Digester > > > Hi, > > How can the digester be made to log what it is doing. It obviously > uses the commons logger, but I can't see any instructions on how to > use the facility. > > Can anybody help? > > Thanks > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > >
