Reduce traversal log noise 25/136925/2
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 4 Jan 2024 13:50:33 +0000 (14:50 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 4 Jan 2024 13:58:12 +0000 (14:58 +0100)
commit7f07b3af2eecb5c4e1d61c658e6855d93ea1e43c
tree1fac6a3775515cfccf12d90e755e4e8e81e71a59
parentc97bfeca3abd74392b89eae252759d3c4d82baf9
Reduce traversal log noise

- remove debug statements for the happy path in the EchoResponse resource [1]

[1] they account for the vast majority of log lines since they
are invoked as part of the k8s liveness probe every two seconds

Issue-ID: AAI-3716
Change-Id: I41e340cdb0bbeb64d849514e7460caa5b6fcc357
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
aai-traversal/src/main/java/org/onap/aai/rest/util/AaiGraphChecker.java
aai-traversal/src/main/java/org/onap/aai/rest/util/EchoResponse.java