[demo] log stuff

This commit is contained in:
Tim Stack 2022-09-14 18:50:00 -07:00
parent f0b173b0af
commit 2c5aaca254
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ export LNAVSECURE=1
export TERM=xterm-256color
timeout --foreground --kill-after=30s 10m lnav \
-d "/tmp/$(echo "playground."$(date "+%Y-%m-%dT%H-%M-%S")".$$.log")" \
/tutorials/playground/logs \
/tutorials/playground/text \
/tutorials/playground/index.md#playground

View File

@ -4,6 +4,7 @@ export LNAVSECURE=1
export TERM=xterm-256color
timeout --foreground --kill-after=30s 5m lnav \
-d "/tmp/$(echo "tutorial1."$(date "+%Y-%m-%dT%H-%M-%S")".$$.log")" \
-I /tutorials/tutorial-lib \
/tutorials/tutorial1/tutorial1.glog \
/tutorials/tutorial1/index.md#tutorial-1