You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Okubo, Yasushi (TSD)" <Ya...@takedasd.com> on 2010/06/28 19:08:14 UTC

question : how to get debug log

Hi expert

 

I would like get the further detail log defined in the source in such a
way that a) containerLog.debug() or log.isDebugEnabled().

I tried to change log level defined in conf/logging.properties, but I am
not getting what I want.

 

For example, if I want to print debug message from singlesignon class in
Catalina.out, could someone tell me what to do?

 

Thanks,