Read the docs on the Jakarta commons logging library, which they use. You can disable it by using the package prefix up to the level you want to disable logging (org, org.apache, etc).
James > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Saturday, September 28, 2002 12:59 AM > To: Struts Users Mailing List > Subject: OFF topic: BeanUtils > > > Hi, > I am using BeanUtils to fill my objects from the > result set in a > web application. There are a lot of debug messages thrown to > the console > when the BeanUtils popultaes the object. How can I disable > this logging? > > regards > Merrill > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

