diff options
author | Satyaki Mallick <satyaki.mallick@huawei.com> | 2018-10-24 16:12:36 +0530 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-10-29 18:11:52 +0000 |
commit | 02a34e76df822200b213f84d0394e69e4457231a (patch) | |
tree | a809cf4a793b9c5ff4b37fe8eae1ba0202ee1e34 /docs | |
parent | d26e62a53f86e70f7a3475c82a39be6b41ee5e7a (diff) |
Documentation Enhancement
Documentation Enhancement for SDC
Issue-ID: SDC-1841
Change-Id: I32c52bf817ceccf5ebc5621c36e5ebc722556196
Signed-off-by: Satyaki Mallick <satyaki.mallick@huawei.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/logging.rst | 2 | ||||
-rw-r--r-- | docs/sdcsdks.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/logging.rst b/docs/logging.rst index a1e3a659c0..8c1bd11847 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -7,7 +7,7 @@ Logging Where to Access Information --------------------------- -the logs for the application are available in the docker it self at /var/lib/jetty/logs/ +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 logging collected from the applications. diff --git a/docs/sdcsdks.rst b/docs/sdcsdks.rst index d35ce4d5e8..db4e6690da 100644 --- a/docs/sdcsdks.rst +++ b/docs/sdcsdks.rst @@ -29,13 +29,13 @@ SDC-TOSCA and SDC-DISTRIBUTION-CLIENT SDC-TITAN-CASSANDRA ------------------- -| This is a link to the github page of titan project for extra reading regarding Titan DB: `<https://github.com/thinkaurelius/titan>`_ +| This is a link to the github page of Titan Project for extra reading regarding Titan DB: `<https://github.com/thinkaurelius/titan>`_ | | SDC forked part of the project to override the default Titan configuration for Cassandra. | The change allows the use of Titan as an active passive deployment for geo-redundancy. | | Titan by default uses QUORUM in Cassandra on write and read operations. | Using our change allows the use of local QUORUM to read and write only to a specific data center. -| Since the project is in end of life state the change cannot be merged back to the project. +| Since the project is at the end of life state the change cannot be merged back to the project. |