In my struts-application, I am trying to control logging using SimpleLog
as it is default logging in Struts.

In class, log is declared as
protected Log log = LogFactory.getLog(this.getClass().getName());

And , I had also put "simplelog.properties" file in classpath with
following content
org.apache.commons.logging.simplelog.defaultlog = debug
org.apache.commons.logging.simplelog.showlogname = true

It prints msgs those are within log.info("........");
But it doesn't print log msgs those are specified within
log.debug("......."); method.

What is missing ?

Thanks,
Darshak


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to