Skip to content
Snippets Groups Projects
Commit d6439016 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix syntax

parent acf4a864
No related branches found
No related tags found
No related merge requests found
......@@ -131,13 +131,13 @@ stdout_logfile=logs/%(program_name)s.out.log
stderr_logfile=logs/%(program_name)s.err.log
[program:msg_dumper]
command=python scripts/msg_dumper.py -l 127.0.0.1 -p $(ENV_MONITORING_LIGIER_PORT)s -f logs/MSG.log
command=python scripts/msg_dumper.py -l 127.0.0.1 -p %(ENV_MONITORING_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
[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=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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment