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

Allow the setting of an extra log ligier

parent c44033f3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
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