summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorARUL NAMBI <arul.nambi@amdocs.com>2017-08-01 09:15:32 -0400
committerARUL NAMBI <arul.nambi@amdocs.com>2017-08-01 09:55:11 -0400
commit6cb28e580a3d3e308de77b2e7b239cae3912dd7f (patch)
tree87e3444db1e567584871fdb636f29b08b3b0cb21 /src/main/resources
parent4609a8c564afa12bfd3781567eee84a88cba98c0 (diff)
Adding support for external microservice
Change-Id: I96fa079d70b9f9b5f48b0c1c24801f3624babe4a Signed-off-by: ARUL NAMBI <arul.nambi@amdocs.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/logging/DataRouterMsgs.properties24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/main/resources/logging/DataRouterMsgs.properties b/src/main/resources/logging/DataRouterMsgs.properties
index 9650b22..fbb24c4 100644
--- a/src/main/resources/logging/DataRouterMsgs.properties
+++ b/src/main/resources/logging/DataRouterMsgs.properties
@@ -84,6 +84,18 @@ CREATE_MISSING_INDEX=\
PROCESS_EVENT=\
DR0010I|\
Processed event {0}. Result: {1}
+
+ROUTING_FROM_TO=\
+ DR0011I|\
+ Routing incoming request from {0} to {1}.
+
+ROUTING_RESPONSE=\
+ DR0012D|\
+ Response from URL {0}: {1}.
+
+OP_TIME=\
+ DR0013I|\
+ {0} took {1} ms.
STARTUP_FAILURE=\
DR2001E|\
@@ -136,7 +148,19 @@ INVALID_OXM_DIR=\
SYSTEM_ERROR=\
DR3011E|\
System Error: {0}\
+
+INVALID_ORIGIN_PAYLOAD=\
+ DR3012E|\
+ Invalid origin-payload: {0}\
+
+READING_JSON_SCHEMA_ERROR=\
+ DR3013E|\
+ Error reading JSON schema from: {0}\
+JSON_CONVERSION_ERROR=\
+ DR3014E|\
+ Error converting JSON: {0}\
+
FAIL_TO_CREATE_UPDATE_DOC=\
DR3015E|\
Failed to create or update document in index {0}. Cause: {1}