diff options
author | ChrisC <christophe.closset@intl.att.com> | 2020-06-18 16:50:39 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-06-19 10:55:56 +0000 |
commit | 9ef860fe5e08f0d6ea82357c672ab11e5c0a4daa (patch) | |
tree | 1a4d16902aad7f5ff5067bbc38e4f1e37f576582 /docs/logging.rst | |
parent | 8420f17341541296448af7c61e11416e766d7216 (diff) |
Fix more doc warnings
Fix couple of doc warnings
Issue-ID: SDC-1357
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I3c195ab8d9caacce7dde5d8e9631a0fb7c2ea25a
Diffstat (limited to 'docs/logging.rst')
-rw-r--r-- | docs/logging.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/logging.rst b/docs/logging.rst index 53ed7aa86e..7475362df0 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -27,7 +27,7 @@ In the OOM deployment the log location in the docker is /var/log/onap + +------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | | /data/logs/BE/SDC/SDC-BE/error.log | application logging | This log holds the info and error level output of the application. | rolls at 20 MB | + +------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ -| | /data/logs/BE/SDC/SDC-BE/transaction.log | application logging | Not currently in use, will be used in future releases. | rolls at 20 MB | +| | /data/logs/BE/SDC/SDC-BE/transaction.log | application logging | Not currently in use, will be used in future releases. | rolls at 20 MB | + +------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | | /data/logs/BE/SDC/SDC-BE/all.log | application logging | On demand, we can enable log aggregation into one file for easier debugging. This is done by editing the logback.xml inside the server docker. | rolls at 20 MB | | | | | The file is located under: config/catalog-be/logback.xml. | | @@ -41,13 +41,13 @@ In the OOM deployment the log location in the docker is /var/log/onap + +------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | | /data/logs/FE/SDC/SDC-FE/error.log | application logging | This log holds the Info and Error level output of the application. | rolls at 20 MB | + +------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ -| | /data/logs/FE/SDC/SDC-FE/all.log | application logging | On demand we can enable log aggregation into one file for easier debugging, by editing the logback.xml inside the server docker.The file is located under: config/catalog-fe/logback.xml. | rolls | +| | /data/logs/FE/SDC/SDC-FE/all.log | application logging | On demand we can enable log aggregation into one file for easier debugging, by editing the logback.xml inside the server docker.The file is located under: config/catalog-fe/logback.xml. | rolls | | | | | To allow this logger set this property to true | | | | | | This log holds all the logging output of the application. | | +-------------------------------+------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ Changing log level ---------------------------- +------------------ SDC uses logback for logging. In order to change the level you will need to access the docker. Update the logback.xml inside the docker according to your need - the change does not require a restart of the docker. @@ -79,7 +79,7 @@ Error / Warning Messages ------------------------ Response Types -============= +============== :: |