use logging interceptor in SDC client 59/96859/5
authorEylon Malin <eylon.malin@intl.att.com>
Thu, 10 Oct 2019 12:22:07 +0000 (15:22 +0300)
committerEylon Malin <eylon.malin@intl.att.com>
Wed, 23 Oct 2019 05:11:51 +0000 (08:11 +0300)
commite8d29ab5e3775472f59a4997fa3a5df9319de306
tree5f53a1548e7d191385d77f2fd5df0d96c04d4af1
parentf09e8d114804e4237e79f27ed492835ecb1b17b0
use logging interceptor in SDC client

Issue-ID: VID-253
Change-Id: I67947886fd8945a224ee81d5eb0a8fedf1f7317c
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
12 files changed:
epsdk-app-onap/src/main/java/org/onap/portalapp/conf/ExternalAppInitializer.java
vid-app-common/src/main/java/org/onap/vid/asdc/rest/SdcRestClient.java
vid-app-common/src/main/java/org/onap/vid/client/SyncRestClient.java
vid-app-common/src/main/java/org/onap/vid/controller/LoggerController.java
vid-app-common/src/main/java/org/onap/vid/controller/WebConfig.java
vid-app-common/src/main/java/org/onap/vid/logging/ApacheClientMetricRequestInterceptor.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/logging/ApacheClientMetricResponseInterceptor.java [new file with mode: 0644]
vid-app-common/src/main/java/org/onap/vid/logging/VidLoggerAspect.java
vid-app-common/src/test/java/org/onap/vid/asdc/rest/SdcRestClientITTest.java
vid-automation/src/main/java/org/onap/simulator/presetGenerator/presets/BasePresets/BaseSDCPreset.java
vid-automation/src/main/java/vid/automation/test/services/SimulatorApi.java
vid-automation/src/test/java/org/onap/vid/api/SdcApiTest.java