diff --git a/supervisord.conf b/supervisord.conf
index e21544be629d875a86642f18e58801b6aa710bd0..c56730923e6bd613b5727bba030b59a694874fca 100644
--- a/supervisord.conf
+++ b/supervisord.conf
@@ -68,7 +68,7 @@ stdout_logfile=logs/%(program_name)s.out.log        ; stdout log path, NONE for
 stderr_logfile=logs/%(program_name)s.err.log        ; stderr log path, NONE for none; default AUTO
 
 [program:monitoring_ligier]
-command=%(ENV_LIGIER_CMD)s -d2 -P %(ENV_MONITORING_LIGIER_PORT)s
+command=%(ENV_LIGIER_CMD)s -d3 -P %(ENV_MONITORING_LIGIER_PORT)s
 priority=1
 stdout_logfile=logs/%(program_name)s.out.log        ; stdout log path, NONE for none; default AUTO
 stderr_logfile=logs/%(program_name)s.err.log        ; stderr log path, NONE for none; default AUTO
@@ -137,7 +137,7 @@ stdout_logfile=logs/%(program_name)s.out.log
 stderr_logfile=logs/%(program_name)s.err.log
 
 [program:weblog]
-command=frontail logs/*.log --ui-highlight --ui-highlight-preset frontail.json --theme dark -l 10000 -n n 200 -p $(ENV_WEBLOG_PORT)s
+command=frontail logs/*.log --ui-highlight --ui-highlight-preset frontail.json --theme dark -l 10000 -n n 200 -p $(ENV_LOGGING_PORT)s
 priority=210
 stdout_logfile=logs/%(program_name)s.out.log
 stderr_logfile=logs/%(program_name)s.err.log