diff options
Diffstat (limited to 'docs/sections/services/pm-subscription-handler')
-rw-r--r-- | docs/sections/services/pm-subscription-handler/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sections/services/pm-subscription-handler/logging.rst b/docs/sections/services/pm-subscription-handler/logging.rst index bd21384b..f24fdf0a 100644 --- a/docs/sections/services/pm-subscription-handler/logging.rst +++ b/docs/sections/services/pm-subscription-handler/logging.rst @@ -19,7 +19,7 @@ To configure PMSH log level, the configuration yaml needs to be altered: .. code-block:: bash - nano /opt/app/pmsh/log_config.yaml + vi /opt/app/pmsh/log_config.yaml onap_logger level should be changed from INFO to DEBUG in order to enable debug logs to be captured. This will affect both STDOUT logs and the logs written to application.log file |