From 8a3a78067eb678f3e51e2199a57b713e3ffcfb29 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 26 Nov 2019 14:31:28 +0000 Subject: Reduce verbosity of logging during unit test Logging dialled back in logback.xml files and on ligging statements in unit test java code. Issue-ID: POLICY-2272 Change-Id: I3b9a46d8993b1571c8dc62687a9c136af46c1f51 Signed-off-by: liamfallon --- core/core-infrastructure/src/test/resources/logback-test.xml | 2 +- core/core-protocols/src/test/resources/logback-test.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/core-infrastructure/src/test/resources/logback-test.xml b/core/core-infrastructure/src/test/resources/logback-test.xml index 4ece82083..c52f2ded6 100644 --- a/core/core-infrastructure/src/test/resources/logback-test.xml +++ b/core/core-infrastructure/src/test/resources/logback-test.xml @@ -60,7 +60,7 @@ - + diff --git a/core/core-protocols/src/test/resources/logback-test.xml b/core/core-protocols/src/test/resources/logback-test.xml index 4ece82083..c52f2ded6 100644 --- a/core/core-protocols/src/test/resources/logback-test.xml +++ b/core/core-protocols/src/test/resources/logback-test.xml @@ -60,7 +60,7 @@ - + -- cgit 1.2.3-korg