Minor Logging Changes

Change-Id: I3ecefccbd1bd5041b9d9b62fe1a0587e72b26c8a
Issue-ID: CCSDK-1915
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
3 files changed
tree: aca1305ca3e26e1ba088294ae67dfd91e9a19300
  1. artifacts/
  2. dblib/
  3. features/
  4. filters/
  5. releases/
  6. sli/
  7. sliapi/
  8. sliPluginUtils/
  9. src/
  10. utils/
  11. .gitignore
  12. INFO.yaml
  13. LICENSE.txt
  14. pom.xml
  15. README.md
  16. version.properties
README.md

This source repository contains the code for the core SDN Controller components. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.

  2. To compile, run "mvn clean install".