Code development platform for open source projects from the European Union institutions

Skip to content

Change System.out.println to slf4j debug logging

Pierrick VANDENBROUCKE requested to merge github/fork/zsoltii/develop into develop

Created by: zsoltii

We was surprised after validation, because at our application stdout file was big instead of zero size and it was full with diagnose data xml.

The reason was the Reports#print function was write everything into the System.out instead of into the Logger.

Merge request reports