Greetings,

On Thu, Feb 28, 2013 at 5:28 AM, Vihari Piratla <viharipira...@gmail.com> wrote:
> I am trying to set the logging level of a webapp deployed on tomcat.
> but I cant see the debug or fine logs in catalina.out.
> What am I missing?

You configured the logging handlers only, and picked up the default
logging level. Append the line:

.level = ALL

and then restart Apache Tomcat. After that, a detailed review of
http://tomcat.apache.org/tomcat-7.0-doc/logging.html would be useful
for you.

-Jesse

-- 
There are 10 types of people in this world, those
that can read binary and those that can not.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to