From 996f42812551f874c857fab7fe8d2b24bdc32404 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 22 Nov 2019 17:28:02 +0000 Subject: Reduce volume of log information on A&AI calls The AaiManager class is logging all the http requests and responses to and from A&AI to logger.info, creating a large volume of logging text, the logging of these messages is now set logger.debug, so they are off by default but can be enabled for debugging. Issue-ID: POLICY-2125 Change-Id: I5f9674db0f9e5b271606e7af34d5218f5c629b09 Signed-off-by: liamfallon --- .../aai/src/test/resources/logback-test.xml | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 models-interactions/model-impl/aai/src/test/resources/logback-test.xml (limited to 'models-interactions/model-impl/aai/src/test') diff --git a/models-interactions/model-impl/aai/src/test/resources/logback-test.xml b/models-interactions/model-impl/aai/src/test/resources/logback-test.xml new file mode 100644 index 000000000..b5a897433 --- /dev/null +++ b/models-interactions/model-impl/aai/src/test/resources/logback-test.xml @@ -0,0 +1,42 @@ + + + + + ModelImplAai + + + + + + + %d %contextName [%t] %level %logger{36} - %msg%n + + + + + + + + + + + + -- cgit 1.2.3-korg