Skip to content
Snippets Groups Projects
Commit 7fe41142 authored by Carmelo Pellegrino's avatar Carmelo Pellegrino
Browse files

logging the run number and other important infos

parent 34e50182
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,11 @@ done | zenity --progress \
run_number=`get_run_number`
log "Run ${run_number} ready to start. \
Run start time = ${run_start_time}, \
run duration = ${run_duration}, \
run setup file = ${rs_file}."
daq_log_file=~/.km3_private/daq_${run_number}.log
JGetMessage -H localhost -T MSG -d 3 >${daq_log_file} &
PROCS=(${PROCS[*]} $!)
......
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