blob: 59518d911b575c3c29d01beaadd0876b70d207ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
.. 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
=======
The PMSH application writes logs on the debug level to the following file:
.. code-block:: bash
/var/log/ONAP/dcaegen2/services/pmsh/debug.log
|