Shailender Jain wrote:

Hi,

During the development of the project we used System.out.println to do
the debugging.

Now i want to put the application in production. But i want that some
how this command should
not populate the log files. (catalina.out).

I am using jakarta-tomcat-5.0.16.
Any pointer regarding this will be very helpfull.

Shailender Jain


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




go through the source and replace them with commons.logging calls.

(And slap any developer that ever uses System.out for logging in the future)

--
Dr. Sean Radford, MBBS, MSc
[EMAIL PROTECTED]
http://bladesys.demon.co.uk/ http://www.aegeus-technology.com/



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



Reply via email to