Hi,
I have an application which uses "apache commons logging" for logging .
When i deployed this appication to tomcat 6.0.20 , the appication level logs
are not dispayed . I havent altered the default "logging.properties" in
CATALINA_HOME/config.
How to enable application level logging in tomc
og SEVERE
# messages:
#org.apache.catalina.startup.ContextConfig.level = FINE
#org.apache.catalina.startup.HostConfig.level = FINE
#org.apache.catalina.session.ManagerBase.level = FINE
#org.apache.catalina.core.AprLifecycleListener.level=FINE
--
Regards,
Sayin
--
View this message in context:
http://ol
Dear Reno,
Thanks for the quick response .
but i couldnt find any solution to put application level log using
"appache commons logging" - JULI combination.
Reno , the issue is that my appication is a hibernate application [ a java
project in eclipse ]. O/R mapping is done using Hibernate To