summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/pm-mapper/logging.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/services/pm-mapper/logging.rst')
-rw-r--r--docs/sections/services/pm-mapper/logging.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/sections/services/pm-mapper/logging.rst b/docs/sections/services/pm-mapper/logging.rst
index cc56f416..b5769f8d 100644
--- a/docs/sections/services/pm-mapper/logging.rst
+++ b/docs/sections/services/pm-mapper/logging.rst
@@ -4,4 +4,13 @@
Logging
=======
-The log file is located under /var/log/ONAP/dcaegen2/services/pm-mapper/pm-mapper_output.log.
+There are two separate log files in the PM Mapper container.
+
+The main log file is located under /var/log/ONAP/dcaegen2/services/pm-mapper/pm-mapper_output.log.
+
+The human readable log file which contains less information is located under /var/log/ONAP/dcaegen2/services/pm-mapper/pm-mapper_output_readable.log.
+
+Log Level
+"""""""""
+
+The PM Mapper log level is set to INFO by default. This can be changed in the running container by editing the logLevel variable in the logback.xml file located under /opt/app/pm-mapper/etc/logback.xml. Changes to this file will be picked up every 30 seconds.