On Tue, Sep 9, 2014 at 5:12 AM, André Warnier <a...@ice-sa.com> wrote:

> Vijay Kumar wrote:
>
>> Hi,
>>
>> I have deployed one web application in Tomcat which uses JULI logger
>> internally for application level logging. I can change the Mode to OFF
>> while going to production. But there are few System.out.println statements
>> along with e.printStackTrace which are writing in catalina.out file. This
>> is causing to shutdown Tomcat when catalina.out file grows huge.
>>
>> Can any one suggest me how to stop writing these statement in catalina.out
>> file.
>>
>>  Search the list archives ?
>

See "swallowOutput".

http://tomcat.apache.org/tomcat-7.0-doc/config/context.html

Dan


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

Reply via email to