Skip to content
Snippets Groups Projects
Commit efce22f3 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #2669: Add date+time to startController output log lines

parent 89a977f2
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# start process # start process
($1 $2 $3 $4 1>>"/opt/lofar/var/log/$2.stdout" 2>&1 ) & ($1 $2 $3 $4 1 2>&1 | awk '{ print strftime("%Y-%m-%d %H:%M:%S"),$0; }' >>"/opt/lofar/var/log/$2.stdout") &
# get its pid # get its pid
# echo $! # echo $!
......
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