diff --git a/supervisord.conf b/supervisord.conf
index 7340015ef2f99ef5356feb126f858e61da599886..5294a9c25c099ee0bdfbf29961f0bd0aa6e82964 100644
--- a/supervisord.conf
+++ b/supervisord.conf
@@ -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_LOGGING_PORT)s
+command=%(ENV_HOME)s/bin/frontail logs/MSG.log --ui-highlight --ui-highlight-preset frontail.json --theme dark -l 10000 -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