+1
Reducing IO operations and logging improves speed and stability (at least) for TS
execution. There were huge logging cleanups in WF project to imptove stability on TC.
Rostislav
----- Original Message -----
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@localhost Resteasy] (master)$ git grep "System.out.println" |
> grep -v docbook | wc -l
> 2713
> [mkopecky@localhost Resteasy] (master)$ git grep "System.out.println" |
> grep -vi test | grep -v examples | grep -v arquillian | grep -v docbook
> | wc -l
> 60
> [mkopecky@localhost Resteasy] (master)$ git grep "printStackTrace" |
> grep -v docbook | wc -l
> 98
> [mkopecky@localhost Resteasy] (master)$ git grep "printStackTrace" |
> grep -vi test | grep -v examples | grep -v arquillian | grep -v docbook
> | wc -l
> 35
> [mkopecky@localhost Resteasy] (master)$
>
>
> Marek
> _______________________________________________
> resteasy-dev mailing list
> resteasy-dev(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/resteasy-dev
--
Alessio Soldano
Web Service Lead, JBoss
_______________________________________________
resteasy-dev mailing list
resteasy-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/resteasy-dev