diff options
author | JoeOLeary <joseph.o.leary@est.tech> | 2020-02-11 10:25:10 +0000 |
---|---|---|
committer | JoeOLeary <joseph.o.leary@est.tech> | 2020-02-18 15:00:23 +0000 |
commit | 2ff9ea84c70d65cef8a68622e2a798d62c724182 (patch) | |
tree | 0ba1d32e3987242473eaaee51284109ffc60d303 /docs/sections/services/pm-subscription-handler/logging.rst | |
parent | 1dc0ab2d286092764a066ec648c7b6659e69153c (diff) |
Update PMSH Documentation
* Update PMSH Configuration tables
* Update PMSH Logging details
Issue-ID: DCAEGEN2-1916
Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
Change-Id: Ife6cf0e26d3047c2d1fed2027eb723f69c4fd727
Diffstat (limited to 'docs/sections/services/pm-subscription-handler/logging.rst')
-rw-r--r-- | docs/sections/services/pm-subscription-handler/logging.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/sections/services/pm-subscription-handler/logging.rst b/docs/sections/services/pm-subscription-handler/logging.rst index 5fa5f3d7..aeae7c46 100644 --- a/docs/sections/services/pm-subscription-handler/logging.rst +++ b/docs/sections/services/pm-subscription-handler/logging.rst @@ -9,12 +9,9 @@ configurable. Logging ======= -There are four log files within the PMSH container, they are located in /var/log/ONAP/pmsh/ +The PMSH application writes logs on the debug level to the following file: .. 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) + /var/log/ONAP/dcaegen2/services/pmsh/debug.log |