From 4c416b0e0059370184f77991481f61d779eccd80 Mon Sep 17 00:00:00 2001 From: "Attaranasl, Salma (sa669h)" Date: Thu, 8 Mar 2018 11:58:02 -0500 Subject: added Spike event Policy to read from Spike Event and save the index on Search Data removed the extra header on a file: Issue-ID: AAI-846 Change-Id: I5fa66b5c6b0b6b2f645315221fbf2eb1461c5ca7 Signed-off-by: Attaranasl, Salma --- src/main/resources/logging/EntityEventPolicyMsgs.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/main/resources/logging') diff --git a/src/main/resources/logging/EntityEventPolicyMsgs.properties b/src/main/resources/logging/EntityEventPolicyMsgs.properties index 85444c9..8debaae 100644 --- a/src/main/resources/logging/EntityEventPolicyMsgs.properties +++ b/src/main/resources/logging/EntityEventPolicyMsgs.properties @@ -21,11 +21,11 @@ ######################################################################## -DISCARD_AAI_EVENT_VERBOSE=\ +DISCARD_EVENT_VERBOSE=\ EEP0001E|\ Discarding event. Reason: {0}. Payload: {1} -DISCARD_AAI_EVENT_NONVERBOSE=\ +DISCARD_EVENT_NONVERBOSE=\ EEP0002E|\ Discarding event. Reason: {0} @@ -73,13 +73,13 @@ FAIL_TO_CREATE_SEARCH_INDEX=\ EEP012E|\ Failed to create Search index {0} due to: {1} -PROCESS_AAI_ENTITY_EVENT_POLICY_VERBOSE=\ +PROCESS_ENTITY_EVENT_POLICY_VERBOSE=\ EEP0001I|\ - Processing AAI Entity Event Policy: [Action: {0} Entity Type: {1}]. Payload: {2} + Processing Entity Event Policy: [Action: {0} Entity Type: {1}]. Payload: {2} -PROCESS_AAI_ENTITY_EVENT_POLICY_NONVERBOSE=\ +PROCESS_ENTITY_EVENT_POLICY_NONVERBOSE=\ EEP0002I|\ - Processing AAI Entity Event Policy: [Action: {0} Entity Type: {1}]. + Processing Entity Event Policy: [Action: {0} Entity Type: {1}]. CROSS_ENTITY_REFERENCE_SYNC=\ EEP0003I|\ -- cgit 1.2.3-korg