Add multi-oxm using schemaIngest library
[aai/data-router.git] / src / main / java / org / onap / aai / datarouter / logging / DataRouterMsgs.java
index f0d6541..521a7c3 100644 (file)
@@ -26,12 +26,6 @@ import org.onap.aai.cl.eelf.LogMessageEnum;
 
 public enum DataRouterMsgs implements LogMessageEnum {
 
-  /**
-   * Arguments: {0}  = HTTP request type, {1} = time to process in milliseconds
-   */
-  PROCESSED_REQUEST,
-
   /** Data Layer Service started. */
   SERVICE_STARTED,
 
@@ -200,7 +194,10 @@ public enum DataRouterMsgs implements LogMessageEnum {
   READING_JSON_SCHEMA_ERROR,
   
   /** Arguments: {0} = Error message */
-  JSON_CONVERSION_ERROR;
+  JSON_CONVERSION_ERROR,
+
+  /** Failed to load the schemaIngest.properties file */
+  SCHEMA_INGEST_LOAD_ERROR;
   
   /**
    * Static initializer to ensure the resource bundles for this class are loaded...