From: vempo Date: Thu, 16 Aug 2018 09:33:17 +0000 (+0300) Subject: Log configuration for config and vnfrepo tests X-Git-Tag: 1.3.0~156 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F60881%2F2;p=sdc.git Log configuration for config and vnfrepo tests Change-Id: I4e577b13bb627a5646e7e5766d68394820cd7496 Issue-ID: SDC-1656 Signed-off-by: vempo --- diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/src/test/resources/logback-test.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/src/test/resources/logback-test.xml index a439105a14..6d9686714e 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/src/test/resources/logback-test.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vnf-repository-rest-services/src/test/resources/logback-test.xml @@ -1,16 +1,19 @@ - - target/unit-tests.log - true - true - - %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n - - + - - - + + + + %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n + + + + + + + + + \ No newline at end of file diff --git a/openecomp-be/lib/openecomp-core-lib/openecomp-config-lib/src/test/resources/logback-test.xml b/openecomp-be/lib/openecomp-core-lib/openecomp-config-lib/src/test/resources/logback-test.xml new file mode 100644 index 0000000000..6d9686714e --- /dev/null +++ b/openecomp-be/lib/openecomp-core-lib/openecomp-config-lib/src/test/resources/logback-test.xml @@ -0,0 +1,19 @@ + + + + + + + + %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n + + + + + + + + + + + \ No newline at end of file