docker-gameserver icon indicating copy to clipboard operation
docker-gameserver copied to clipboard

Tail log files tail: cannot open '/data/log/console/*script.log'

Open DaanSelen opened this issue 1 year ago • 1 comments

Using Hurtworld LGSM fails to tail these files, how come?

DaanSelen avatar Sep 11 '24 08:09 DaanSelen

Hello, I have just started trying the linuxgsm and also got this problem. This is because the images have a broken layer. For example, on my rust server: tail -F /data/log/console/rustserver-console.log /data/log/console/script.log /data/log/script/console.log /data/log/script/rustserver-script.log Here is the solution to avoid this stupid problem for now: Create empty files smth-console.log in script folder and smth-script.log in console folder.

denlisk avatar Aug 04 '25 09:08 denlisk