From a16231657fe29334a589c98290ac8b6b2710a144 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max" Date: Thu, 19 Nov 2020 18:12:50 -0500 Subject: add caching to graph inventory client add caching to graph inventory client updated properties files to read cache properties Issue-ID: SO-3398 Signed-off-by: Benjamin, Max (mb388a) Change-Id: Ib3e67ae014b6668c9b004aae1e8b5d49b9ce6b06 --- common/src/test/resources/logback-test.xml | 91 +++++++++++++++--------------- 1 file changed, 45 insertions(+), 46 deletions(-) (limited to 'common/src/test/resources') diff --git a/common/src/test/resources/logback-test.xml b/common/src/test/resources/logback-test.xml index b52e6be022..3c5f259817 100644 --- a/common/src/test/resources/logback-test.xml +++ b/common/src/test/resources/logback-test.xml @@ -19,61 +19,60 @@ --> - - - - - - - - - + + + + + + + + + - - - ${pattern} - - + + + ${pattern} + + - + - - - + + + - - - + + + - - - + + + - - - - - - - - - + + + + - - - - - - - - + + + - - - - + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg