diff --git a/setenv_template.sh b/setenv_template.sh
index 1781af1434c830aaa15432a4677a7c53d2e66749..d82775606c7fad7c7b106f7f3f6bbe0ad1a406b7 100644
--- a/setenv_template.sh
+++ b/setenv_template.sh
@@ -19,7 +19,7 @@ export DETECTOR_MANAGER_IP=192.168.0.120
 
 # The port for the KM3Web monitoring dashboard
 export WEBSERVER_PORT=8081
-# The port for the log viewer
+# The port for the log viewer webserver
 export LOGGING_PORT=8082
 
 # The detector configuration to be used in the online reconstruction
diff --git a/supervisord.conf b/supervisord.conf
index 151fa4279d124a4af13758b53603038069fd26f9..d02ac2bf134ba749294fc3c17f3bb0c4c3f47443 100644
--- a/supervisord.conf
+++ b/supervisord.conf
@@ -146,7 +146,7 @@ stderr_logfile=logs/%(program_name)s.err.log
 ;stderr_logfile=logs/%(program_name)s.err.log
 
 [program:msg_dumper]
-command=python -u scripts/msg_dumper.py -l 127.0.0.1 -p %(ENV_MONITORING_LIGIER_PORT)s -f logs/MSG.log
+command=python -u scripts/msg_dumper.py -l %(ENV_LOG_LIGIER_IP) -p %(ENV_LOG_LIGIER_PORT)s -f logs/MSG.log
 priority=200
 stdout_logfile=logs/%(program_name)s.out.log
 stderr_logfile=logs/%(program_name)s.err.log