Browse Source

feat: limit logging tail to latest console and script log

pull/38/head
Daniel Gibbs 1 year ago
parent
commit
e1feaac76e
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 2
      entrypoint-user.sh

2
entrypoint-user.sh

@ -72,5 +72,5 @@ sleep 5
sleep 2
echo -e "Tail log files"
echo -e "================================="
tail -F "${LGSM_LOGDIR}"/*/*.log &
tail -F "${LGSM_LOGDIR}"/{console,script}/*{console,script}.log &
wait

Loading…
Cancel
Save