GameServerManagers / GameServerManagers/docker-linuxgsm
"Tail log files" in entrypoint-user creates log spam
Open
- Dominant language
- Shell
- Stars
- 22
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
When `entrypoint-user.sh` executes `tail -F "${LGSM_LOGDIR}"/*/*.log &`, it prints out the last few lines of log content to stdout. This means if you have a large amount of game server logs, a lot of logs are sent to stdout, which is rather spammy.
Can this be configurable? I don't necessarily need or want all my historical log files, that aren't going to be changing again) to be tailed every time I start the container.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.