From 6f6157059726aa42325f0e59fa3b3613ac67e38b Mon Sep 17 00:00:00 2001 From: Stanislav Riabokon Date: Fri, 8 Oct 2021 15:49:42 +0400 Subject: [PATCH] Added logback into GCP IT Module. --- .../src/resources/logback-test.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/workflow-test-gcp/src/resources/logback-test.xml diff --git a/testing/workflow-test-gcp/src/resources/logback-test.xml b/testing/workflow-test-gcp/src/resources/logback-test.xml new file mode 100644 index 00000000..22c6175d --- /dev/null +++ b/testing/workflow-test-gcp/src/resources/logback-test.xml @@ -0,0 +1,13 @@ + + + + + + %yellow([%thread]) %highlight(| %-5level |) %green(%d) %cyan(| %logger{15} |) %highlight(%msg) %n + utf8 + + + + + + -- GitLab