X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Flogging%2FDataRouterMsgs.properties;h=d922a7f50f5cf866c9d22c406244bae498b6642d;hb=f518411876d6830d83d051a915f0b21bdfdcb43e;hp=352f239628fea130e9960648e662def81bd1dd74;hpb=60f7f5e11d7d0d7870a4650956921bd1afa309fd;p=aai%2Fdata-router.git diff --git a/src/main/resources/logging/DataRouterMsgs.properties b/src/main/resources/logging/DataRouterMsgs.properties index 352f239..d922a7f 100644 --- a/src/main/resources/logging/DataRouterMsgs.properties +++ b/src/main/resources/logging/DataRouterMsgs.properties @@ -77,9 +77,29 @@ PROCESS_REST_REQUEST=\ DR0009I|\ Received request {0} {1} from {2}. Sending response: {3} +CREATE_MISSING_INDEX=\ + DR0013I|\ + Index {0} may not exist in the search data store. Attempting to create it now. + 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. + +LOADED_OXM_FILE=\ + DR0014I|\ + Successfully loaded schema: {0} STARTUP_FAILURE=\ DR2001E|\ @@ -132,4 +152,26 @@ 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} +LOAD_OXM_ERROR=\ + DR5000E|\ + Unable to load Oxm model: {0}\ + +SCHEMA_INGEST_LOAD_ERROR=\ + DR5001E|\ + Unable to load schema ingest properties file due to : {0}