Add the logging statements for when 47/84447/1
authorKajur, Venkata Harish (vk250x) <vk250x@us.att.com>
Tue, 2 Apr 2019 15:05:31 +0000 (11:05 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Mon, 8 Apr 2019 00:00:09 +0000 (20:00 -0400)
commit5722e90ff54f5fb6bb16ebd1dfb723d08ab80955
treeaeffe85cb45af2b5bf26297b78a1f6d0d86f6c3a
parent31b7af4804219e5f03faeecef55f041f48adb6d5
Add the logging statements for when

application is doing implicit delete so if an
user did a PUT on cloud region in which they implicitly
delete 100 tenants, it would log the specific tenants that got deleted with depth all on
tenants because a cloud region could also have thousands of other child
objects and there is no reason to log that if we can just log the
objects that were lost in the implicit delete process

Issue-ID: AAI-2332
Change-Id: I8cd0c876670f8687b6485d3735f9f47e84c38286
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
aai-core/src/main/java/org/onap/aai/serialization/db/DBSerializer.java
aai-core/src/main/java/org/onap/aai/serialization/engines/query/GraphTraversalQueryEngine.java
aai-core/src/main/java/org/onap/aai/serialization/engines/query/QueryEngine.java
aai-core/src/main/java/org/onap/aai/util/AAIConfig.java
aai-core/src/main/java/org/onap/aai/util/AAIConstants.java