Replace System.out by logger

Replace this use of System.out or System.err by a logger
Main.java:L605

Sonar Link:
https://sonar.onap.org/project/issues?assignees=swapnalipode&id=org.onap.policy.common%3Acommon-modules&resolved=false

Location:
src\main\java\org\onap\policy\common\sitemanager\Main.java

Change-Id: I6f39ee886e4d3caf8e9a1ae9ab57dd8e4847e3bd
Issue-ID: POLICY-635
Signed-off-by: Swapnali Pode <SP00501638@techmahindra.com>
1 file changed
tree: c894d6194518f8016904fd3d15b519349591f2ce
  1. common-logging/
  2. integrity-audit/
  3. integrity-monitor/
  4. project-configs/
  5. site-manager/
  6. utils/
  7. utils-test/
  8. .gitattributes
  9. .gitignore
  10. .gitreview
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. version.properties
README.md

This source repository contains ONAP common code, which is shared by 'policy-drools-pdp' and 'policy-engine'. To build it:

  1. using Maven 3
  2. git clone http://gerrit.onap.org/r/oparent and copy oparent/settings.xml to ~/.m2
  3. mvn clean install