Struts 1 Logging

2014-05-29 Thread Usha Ladkani
Hello , We are using Struts 1 , Can someone tell me how can I enable Struts logs in debug mode, Basically I am looking for statements as below - BeanUtils 1 org.apache.commons.beanutils.BeanUtils populate BeanUtils.populate( Thanks and regards

Re: Struts 1 Logging

2014-05-29 Thread Paul Benedict
Usha, what logging framework are you using? Cheers, Paul On Thu, May 29, 2014 at 10:28 PM, Usha Ladkani wrote: > Hello , > > We are using Struts 1 , Can someone tell me how can I enable Struts logs in > debug mode, Basically I am looking for statements as below - > > BeanUtils 1 org.apach

Re: Struts 1 Logging

2014-05-29 Thread Usha Ladkani
Hello Paul. We are using java.util.logging.Logger in our application. Regards Usha On Fri, May 30, 2014 at 9:02 AM, Paul Benedict wrote: > Usha, what logging framework are you using? > > > Cheers, > Paul > > > On Thu, May 29, 2014 at 10:28 PM, Usha Ladkani > wrote: > > > Hello , > > > > We a

Re: Struts 1 Logging

2014-05-29 Thread Paul Benedict
Okay, but Struts 1 uses Apache Commons Logging. That means you'll need to configure that or use Apache Log4j 1.x configuration which is also supported. Cheers, Paul On Thu, May 29, 2014 at 10:38 PM, Usha Ladkani wrote: > Hello Paul. > > We are using java.util.logging.Logger in our application