Reputation: 81
I want to enable multiple Server.log
so I can see what happened with the server before it restarted. What I mean is: saving separate Server.log
files every time the server restarts, instead of rewriting the same file.
Upvotes: 4
Views: 171
Reputation: 81
The solution is enabling LogTimestamp
in the worldserver.conf
, which will make the core save every Server.log
file with a different datetime in the file name, so you can check what happened.
Upvotes: 4