commit | b39dc2b5bc842824b6bc2b85bc4f92eedb6d454b | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Fri May 15 10:10:57 2020 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Mon May 18 08:19:30 2020 -0400 |
tree | 0bdcc2aa818b84c6e253038bace6f2c0cba48afe | |
parent | 8a620f7b9ab473ec1399137aa05ed65c8b3fe970 [diff] |
Change log4j2 configuration Changed log4j2 configuration from using properties files to using XML, which corrected the issue we were seeing with log files being created but empty. Also updated sdc.client.version to use released version 1.4.2 instead of 1.4.2-SNAPSHOT, which no longer exists - causing a compile error. Change-Id: I7040453ccbc3b3fd246a07fa3287c7d4d331fb34 Issue-ID: SDNC-1167 Signed-off-by: Dan Timoney <dtimoney@att.com>
This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".