Skip to content

"Tail log files" in entrypoint-user creates log spam #27

@jonahwh

Description

@jonahwh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions