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
wrote:
> Hi
>
> At the development enviroment we use code quality tools like PMD
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Vijay,
On 9/9/14 3:24 AM, Vijay Kumar wrote:
> 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.
On Tue, Sep 9, 2014 at 5:12 AM, André Warnier 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.printl
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
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 ca