[OOM-CERT-SERVICE] Update documentation with new Sans types
[oom/platform/cert-service.git] / docs / sections / logging.rst
index 65d0810..0e3511c 100644 (file)
@@ -17,7 +17,7 @@ To see CertService console logs use:
     docker logs <cert-service-container-name>
 
     e.g.
-    docker logs aafcert-service
+    docker logs oomcert-service
 
 - Kubernetes:
 
@@ -39,7 +39,7 @@ CertService logs for different logging levels are available in the container:
     docker exec -it <cert-service-container-name> bash
 
     e.g.
-    docker exec -it aafcert-service bash
+    docker exec -it oomcert-service bash
 
 - Kubernetes:
 
@@ -52,7 +52,7 @@ CertService logs for different logging levels are available in the container:
 
 Path to logs:
 
-    /var/log/onap/aaf/certservice
+    /var/log/onap/oom/certservice
 
 Available log files:
 
@@ -75,7 +75,7 @@ To see CertService client console logs use :
     docker logs <cert-service-client-container-name>
 
     e.g.
-    docker logs aafcert-client
+    docker logs oomcert-client
 
 - Kubernetes: 
   CertService client is used as init container in other components. In the following example:
@@ -114,9 +114,13 @@ Client application exits with following exit codes:
 +-------+------------------------------------------------+
 | 6     | Internal HTTP Client connection problem        |
 +-------+------------------------------------------------+
-| 7     | Fail in PKCS12 conversion                      |
+| 7     | Fail in PEM conversion                         |
 +-------+------------------------------------------------+
 | 8     | Fail in Private Key to PEM Encoding            |
 +-------+------------------------------------------------+
 | 9     | Wrong TLS configuration                        |
 +-------+------------------------------------------------+
+| 10    | File could not be created                      |
++-------+------------------------------------------------+
+| 99    | Application exited abnormally                  |
++-------+------------------------------------------------+