Reduce volume of log information on A&AI calls 74/98774/4
authorliamfallon <liam.fallon@est.tech>
Fri, 22 Nov 2019 17:28:02 +0000 (17:28 +0000)
committerliamfallon <liam.fallon@est.tech>
Wed, 27 Nov 2019 11:33:51 +0000 (11:33 +0000)
commit996f42812551f874c857fab7fe8d2b24bdc32404
tree3c3b254686512a4373e1cd52de5209e758d48a7f
parent37bd15efd41962e237575ea0c26728e5040abbe1
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 <liam.fallon@est.tech>
models-interactions/model-impl/aai/src/main/java/org/onap/policy/aai/AaiManager.java
models-interactions/model-impl/aai/src/test/resources/logback-test.xml [new file with mode: 0644]