From 594a8c618a763e79e05229509dbf2b60ab831213 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Thu, 29 Nov 2018 14:51:16 +0200 Subject: update documintation update documintation and release notes. Change-Id: I4e971e81e1be53b9846aa1c6c70371578bac9c77 Issue-ID: SDC-1965 Signed-off-by: Michael Lando (cherry picked from commit 643c8933943cdc51a4128b8a3fa00da773ace4a7) --- docs/logging.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'docs/logging.rst') diff --git a/docs/logging.rst b/docs/logging.rst index 8c1bd11847..5fa0532697 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -11,6 +11,8 @@ the logs for the application are available in the docker itself at /var/lib/jett 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. +In the OOM deployment the log location in the docker is /var/log/onap + +-------------------------------+------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+ | Server | Location | Type | Description | Rolling | @@ -44,6 +46,34 @@ In OOM you can use the logging project to access the logging collected from the | | | | 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 acses the docker. +in it update the logback.xml according to your need, the change does not requir a restart to the docker. + +to change the level for all logs, change the following value: + +:: + + + + +to change the level for logs of some specific packages, change the following value: + +:: + + + + +to agregate all the logs level into a single log file called all.log change the foloing property to true: + +:: + + + + + Error / Warning Messages ------------------------ -- cgit 1.2.3-korg