Add PMSH documentation
[dcaegen2.git] / docs / sections / services / pm-subscription-handler / logging.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 .. _Logging:
5
6 The PMSH logs will roll when the log file reaches 10Mb and a single backup will be kept. The logging level is not
7 configurable.
8
9 Logging
10 =======
11
12 There are four log files within the PMSH container, they are located in /var/log/ONAP/pmsh/
13
14 .. code-block:: bash
15
16         /var/log/ONAP/pmsh/error.log (Level: Error)
17         /var/log/ONAP/pmsh/debug.log (Level: Debug)
18         /var/log/ONAP/pmsh/audit.log (Level: Info)
19         /var/log/ONAP/pmsh/metrics.log (Level: Info)
20