eclipse-ee4j / glassfish-woodstock

GlassFish Woodstock UI components
Other
3 stars 15 forks source link

Improve fine/debug logging #1402

Closed romain-grecourt closed 4 years ago

romain-grecourt commented 5 years ago

There is a lot of code that logs debug / fine messages using System.out.println. Most of the time this code has a corresponding debug flag hard-coded to false (search for private static final DEBUG = false;).

Update all these occurrence to use the existing logging utility class instead.