diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-01-07 15:50:30 +0000 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2019-01-07 17:38:32 +0000 |
commit | a8f8fe2d85e9cabc33fe1358e71e18a8f7818739 (patch) | |
tree | 3ed7c6225a2b607af4426b62800115b85de7edef /src/main/resources/validation-service-logging-resources.properties | |
parent | 79b8f5b3e2289e8e46157278308f2a6f70517b11 (diff) |
Add logging for unprocessed events
Change-Id: Iccc6815cf9c6b795d0aff7f0fb8d57cff9aba936
Issue-ID: AAI-2056
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'src/main/resources/validation-service-logging-resources.properties')
-rw-r--r-- | src/main/resources/validation-service-logging-resources.properties | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/main/resources/validation-service-logging-resources.properties b/src/main/resources/validation-service-logging-resources.properties index 2cdc2e8..21cbff1 100644 --- a/src/main/resources/validation-service-logging-resources.properties +++ b/src/main/resources/validation-service-logging-resources.properties @@ -95,6 +95,15 @@ MESSAGE_METRIC=\ MISSING_REQUEST_ID=\ LOG0014I|\ Missing request ID. Assigned {0}|\ +INVALID_EVENT_TYPE=\ + LOG0015I|\ + Event has not been validated. Invalid event type. Event:{0}|\ +MISSING_EVENT_TYPE=\ + LOG0016I|\ + Event has not been validated. Missing event type. Event:{0}|\ +FILTERED_EVENT=\ + LOG0017I|\ + Event has been filtered.Event:{0}|\ MESSAGE_PUBLISH_ERROR=\ LOG0201E|\ @@ -175,4 +184,7 @@ MALFORMED_REQUEST_ERROR=\ LOG1000E|\ Malformed request.|\ -PROCESS_REQUEST_ERROR=LOG1001E|Error while processing request.|
\ No newline at end of file +PROCESS_REQUEST_ERROR=\ + LOG1001E|\ + Error while processing request.|\ + |