From 1a031c0f696370d41f3373a39c54aeba7d35d994 Mon Sep 17 00:00:00 2001 From: "waqas.ikram" Date: Wed, 30 Jun 2021 10:34:14 +0100 Subject: Reducing org.reflections package logging Change-Id: I05c95912a2f7ed5fef7d76728b8a4c0a6cecca10 Issue-ID: SO-3702 Signed-off-by: waqas.ikram --- .../src/test/resources/logback-test.xml | 57 +++++++++++----------- 1 file changed, 29 insertions(+), 28 deletions(-) (limited to 'adapters/so-appc-orchestrator') diff --git a/adapters/so-appc-orchestrator/src/test/resources/logback-test.xml b/adapters/so-appc-orchestrator/src/test/resources/logback-test.xml index 8a9e705ca6..eaf5a9cde2 100644 --- a/adapters/so-appc-orchestrator/src/test/resources/logback-test.xml +++ b/adapters/so-appc-orchestrator/src/test/resources/logback-test.xml @@ -1,31 +1,32 @@ - - - - - %d{HH:mm:ss.SSS} [%thread] %-5level %logger{1024} - %msg%n - - - - - - - - - + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{1024} - %msg%n + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg