From 6cf238429ab448de881e1458ea10697df8c9dcde Mon Sep 17 00:00:00 2001 From: dfarrelly Date: Wed, 27 Nov 2019 15:13:04 +0000 Subject: Add PMSH documentation *Add base PM Subscription Handler documentation Issue-ID: DCAEGEN2-1837 Change-Id: I17bb587ef56704e0a122d65c7d29a2998489ce9c Signed-off-by: dfarrelly --- .../services/pm-subscription-handler/logging.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/sections/services/pm-subscription-handler/logging.rst (limited to 'docs/sections/services/pm-subscription-handler/logging.rst') diff --git a/docs/sections/services/pm-subscription-handler/logging.rst b/docs/sections/services/pm-subscription-handler/logging.rst new file mode 100644 index 00000000..5fa5f3d7 --- /dev/null +++ b/docs/sections/services/pm-subscription-handler/logging.rst @@ -0,0 +1,20 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +.. _Logging: + +The PMSH logs will roll when the log file reaches 10Mb and a single backup will be kept. The logging level is not +configurable. + +Logging +======= + +There are four log files within the PMSH container, they are located in /var/log/ONAP/pmsh/ + +.. code-block:: bash + + /var/log/ONAP/pmsh/error.log (Level: Error) + /var/log/ONAP/pmsh/debug.log (Level: Debug) + /var/log/ONAP/pmsh/audit.log (Level: Info) + /var/log/ONAP/pmsh/metrics.log (Level: Info) + -- cgit 1.2.3-korg