From: vempo Date: Wed, 3 Oct 2018 09:51:57 +0000 (+0300) Subject: Logback configuration for unit-tests X-Git-Tag: 1.3.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F69727%2F1;p=sdc%2Fsdc-workflow-designer.git Logback configuration for unit-tests Change-Id: I53e4c8c405c0505d9893b978f86c315be04d82e3 Issue-ID: SDC-1813 Signed-off-by: vempo --- diff --git a/workflow-designer-be/src/test/resources/logback-test.xml b/workflow-designer-be/src/test/resources/logback-test.xml new file mode 100644 index 00000000..f9fa3d88 --- /dev/null +++ b/workflow-designer-be/src/test/resources/logback-test.xml @@ -0,0 +1,13 @@ + + + + + %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n + + + + + + + + \ No newline at end of file