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

Enable verbose output by default, and convert timestamps to a human-friendly format

parent 8ec03ab9
No related branches found
No related tags found
No related merge requests found
...@@ -38,4 +38,5 @@ else ...@@ -38,4 +38,5 @@ else
fi fi
deviceServerPath=${myDir/${HOME}/\/hosthome} deviceServerPath=${myDir/${HOME}/\/hosthome}
docker exec -it itango python3 ${deviceServerPath}/${runThis} ${instance} ${@} # Tango log lines start with a UNIX timestamp. Replace them with the UTC time.
docker exec -it itango python3 ${deviceServerPath}/${runThis} ${instance} -v ${@} | perl -ne 'use Time::Piece; s/^([0-9]+)/gmtime($1)->strftime("%F %T")/e; print;'
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