Browse Source
feat: limit logging tail to latest console and script log
pull/38/head
Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|