I have been looking about :)

I have a simple tomcat instance with one webapp in it. I want to turn on "high level -vvvv type" logging to the console for internal debugging messages so I know what is happening. I gather I have to put a log4j.properties file in common/classes I put one I found in a howto and nothing happend (no file or change in console output)

I ideally I could turn it on/off (ie internal engine logging) in my application to braket things that are a problem.

   turnItOn();
   doSomethingThatBreaks();
   tornItOff();

Thanks in advance.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to