diff options
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.|\ + |