docker-gameserver
docker-gameserver copied to clipboard
Tail log files tail: cannot open '/data/log/console/*script.log'
Using Hurtworld LGSM fails to tail these files, how come?
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.