diff options
author | Dan Timoney <dtimoney@att.com> | 2019-07-24 14:14:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-24 14:14:26 +0000 |
commit | 703266ebd4282a2a500855a2695e2ad67b1af5a4 (patch) | |
tree | 70732b854031d8b790688d7590b950eac96d5e0d /ms/blueprintsprocessor/functions/resource-resolution | |
parent | 6a949fae1d76bd133a198c54c5a616c9835527b5 (diff) | |
parent | 9c0f6c2b556c9d39766636544827189d75b6af50 (diff) |
Merge "Clean restconf duplicate models and Implementation."
Diffstat (limited to 'ms/blueprintsprocessor/functions/resource-resolution')
-rw-r--r-- | ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/logback-test.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/logback-test.xml b/ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/logback-test.xml index c37e0b5a0..305c59f62 100644 --- a/ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/logback-test.xml +++ b/ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/logback-test.xml @@ -26,6 +26,7 @@ <logger name="org.springframework" level="warn"/>
<logger name="org.hibernate" level="info"/>
+ <logger name="org.mockserver.mock" level="warn"/>
<logger name="org.onap.ccsdk.cds.controllerblueprints" level="warn"/>
<logger name="org.onap.ccsdk.cds.blueprintsprocessor" level="info"/>
|