bcgov / jrcc-document-access-libs

GNU General Public License v3.0
1 stars 4 forks source link

Replace sysout with logger #142

Closed sdevalapurkar closed 5 years ago

sdevalapurkar commented 5 years ago

Overview

This PR makes a change to try to address this sonarqube complaint (code smell): https://sonarqube-9wbi3f-tools.pathfinder.gov.bc.ca/component_measures?id=ca.bc.gov.open%3Adocument-access&metric=uncovered_lines&selected=ca.bc.gov.open%3Ajrcc-access-spring-boot-autoconfigure%3Asrc%2Fmain%2Fjava%2Fca%2Fbc%2Fgov%2Fopen%2Fjrccaccess%2Fautoconfigure%2Fplugins%2Fconsole%2FConsoleOutput.java

Not sure if this print has to stay as it is or not, but it has been replaced with a simple info log instead displaying the content.

Review Request

@alexjoybc