Update error message for missing sub mapping properties
[sdc.git] / docs / logging.rst
index 7475362..a59f340 100644 (file)
@@ -9,7 +9,7 @@ Where to Access Information
 ---------------------------
 The logs for the application are available in the docker itself at /var/lib/jetty/logs/
 In Heat deployment the dockers are mapped into /data/logs on the vm where the application is running.
-In OOM you can use the logging project to access the loggings collected from the applications.
+In OOM you can use the logging project to access the logs collected from the applications.
 
 In the OOM deployment the log location in the docker is /var/log/onap
 
@@ -3764,3 +3764,14 @@ Response Types
       message: "Error: Interface operation input  parameter name should not be empty",
       messageId: "SVC46703"
     }
+
+---------SVC4750-----------------------------
+==============================================
+
+::
+
+    MISSING_TENANT_NAME: {
+      code: 400,
+      message: "Error: Missing Tenant name.",
+      messageId: "SVC4750"
+    }
\ No newline at end of file