aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/main/resources/etc/appprops/aaiconfig.properties
diff options
context:
space:
mode:
Diffstat (limited to 'aai-resources/src/main/resources/etc/appprops/aaiconfig.properties')
-rw-r--r--aai-resources/src/main/resources/etc/appprops/aaiconfig.properties10
1 files changed, 9 insertions, 1 deletions
diff --git a/aai-resources/src/main/resources/etc/appprops/aaiconfig.properties b/aai-resources/src/main/resources/etc/appprops/aaiconfig.properties
index 6f68c41..d1aace6 100644
--- a/aai-resources/src/main/resources/etc/appprops/aaiconfig.properties
+++ b/aai-resources/src/main/resources/etc/appprops/aaiconfig.properties
@@ -114,4 +114,12 @@ aai.resourceversion.disabled.uuid=ajifsjisajfiasjf-oijfadao-43jj-a508-8539cd36ec
aai.use.realtime=true
# Threshold for margin of error (in ms) for resources_with_sot format to derive the most recent http method performed
-aai.resource.formatter.threshold=10 \ No newline at end of file
+aai.resource.formatter.threshold=10
+
+# Indicating whether or not to log the implicit delete objects
+# Set this property to true if you want to log implicit delete objects
+aai.implied.delete.log.enabled=true
+# Specifies how much upper bound the deletable objects should you log
+# If this property is not specified it will log everything
+# Uncomment it and specify an upper limit if you only want to log up to a certain deletes
+#aai.implied.delete.log.limit=10000