Hi At the development enviroment we use code quality tools like PMD to check if there are System.out, System.err or ex.printStackTrace() in the code.
Regards, Nestor On Thu, Sep 11, 2014 at 6:31 PM, Néstor Boscán <[email protected]> wrote: > Hi > > At the development enviroment we use code quality tools like PMD to check > if there are System.out, System.err or ex.printStackTrace() in the code. > > Regards, > > Nestor > > On Tue, Sep 9, 2014 at 2:54 AM, Vijay Kumar <[email protected]> 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. >> >> Thanks, >> Vijay G >> > >
