Alright..

Thanks a lot for your help .

Regards
Usha


On Fri, May 30, 2014 at 7:09 PM, Paul Benedict <pbened...@apache.org> wrote:

> Websphere is notorious for its poor logging support. I used Websphere for
> about 5 years. The server exposes Commons Logging in the parent class
> loader so it's already configured -- and not configurable by you. That was
> my experience, at least. I think you should google "Websphere Struts
> Logging" and see what you find. It's a battle but I think you'll be able to
> solve it.
>
>
> Cheers,
> Paul
>
>
> On Fri, May 30, 2014 at 8:36 AM, Usha Ladkani <ushaladk...@gmail.com>
> wrote:
>
> > yes.. below is how property file looks like.
> >
> > log4j.rootLogger=DEBUG, R
> > log4j.logger.org.apache.struts=DEBUG
> > log4j.appender.R=org.apache.log4j.RollingFileAppender
> > log4j.appender.R.File=../updivalidation/UPDISetup.log
> > log4j.appender.R.MaxFileSize=10MB
> > log4j.appender.R.MaxBackupIndex=10
> > log4j.appender.R.layout=org.apache.log4j.PatternLayout
> > log4j.appender.R.layout.ConversionPattern=[%d{MM/dd/yy HH:mm:ss}]
> source=%c
> > thread=[%t] %m%n
> >
> >
> >
> >
> >
> >
> > On Fri, May 30, 2014 at 7:02 PM, Dave Newton <davelnew...@gmail.com>
> > wrote:
> >
> > > Did you add the line for Struts debugging?
> > >
> > > Dave
> > >
> >
>

Reply via email to