blob: aeae7c4650a7d3280636c54d642c315afde73169 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.. 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
|