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

Rostislav Svoboda rsvoboda at redhat.com
Wed May 11 07:35:05 EDT 2016


+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 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
> 
> _______________________________________________
> resteasy-dev mailing list
> resteasy-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/resteasy-dev
> 


More information about the resteasy-dev mailing list