X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fdatarouter%2Flogging%2FDataRouterMsgs.java;fp=src%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fdatarouter%2Flogging%2FDataRouterMsgs.java;h=71a5d5d2ee3f7428ce15aeef9a3458432e8a2603;hb=4609a8c564afa12bfd3781567eee84a88cba98c0;hp=8304c9622d12391c2aeb1622c1c3815a9cad93d3;hpb=fd532ecca57db8f43294d849ca79916257755f31;p=aai%2Fdata-router.git diff --git a/src/main/java/org/openecomp/datarouter/logging/DataRouterMsgs.java b/src/main/java/org/openecomp/datarouter/logging/DataRouterMsgs.java index 8304c96..71a5d5d 100644 --- a/src/main/java/org/openecomp/datarouter/logging/DataRouterMsgs.java +++ b/src/main/java/org/openecomp/datarouter/logging/DataRouterMsgs.java @@ -126,6 +126,11 @@ public enum DataRouterMsgs implements LogMessageEnum { */ PROCESS_REST_REQUEST, + /** + * Index {0} may not exist in the search data store. Attempting to create it now. + */ + CREATE_MISSING_INDEX, + /** * Processed event {0}. Result: {1} * Arguments: {0} = event topic {1} = result @@ -150,7 +155,16 @@ public enum DataRouterMsgs implements LogMessageEnum { INVALID_OXM_FILE, - INVALID_OXM_DIR; + INVALID_OXM_DIR, + + /** + * Failed to create or update document in index {0}. Cause: {1} + * + * Arguments: + * {0} = Index name + * {1} = Failure cause + */ + FAIL_TO_CREATE_UPDATE_DOC; /** * Static initializer to ensure the resource bundles for this class are loaded...