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.
Asked
Active
Viewed 99 times
4

Francesco Borzi
- 56,083
- 47
- 179
- 252

Knindza
- 81
- 4
1 Answers
4
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.

Francesco Borzi
- 56,083
- 47
- 179
- 252

Knindza
- 81
- 4