[resteasy-dev] RESTEasy don't use correct logging on many places

Alessio Soldano asoldano at redhat.com
Wed May 11 07:24:13 EDT 2016


Thanks,
noticed that already, on my todo list.
Cheers
Alessio

Il 11/05/2016 13:14, Marek Kopecky ha scritto:
> RESTEasy don't use correct logging on many places. Loggers should be
> used instead of "System.out.println" and similar methods. I created jira
> for this: https://issues.jboss.org/browse/RESTEASY-1356
>
> Some numbers:
> [mkopecky at localhost Resteasy] (master)$ git grep "System.out.println" |
> grep -v docbook | wc -l
> 2713
> [mkopecky at localhost Resteasy] (master)$ git grep "System.out.println" |
> grep -vi test | grep -v examples | grep -v arquillian | grep -v docbook
> | wc -l
> 60
> [mkopecky at localhost Resteasy] (master)$ git grep "printStackTrace" |
> grep -v docbook | wc -l
> 98
> [mkopecky at localhost Resteasy] (master)$ git grep "printStackTrace" |
> grep -vi test | grep -v examples | grep -v arquillian | grep -v docbook
> | wc -l
> 35
> [mkopecky at localhost Resteasy] (master)$
>
>
> Marek
> _______________________________________________
> resteasy-dev mailing list
> resteasy-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/resteasy-dev


-- 
Alessio Soldano
Web Service Lead, JBoss



More information about the resteasy-dev mailing list