how to keep server logs
Posted: Mon Dec 29, 2014 9:13 am UTC
Hi, I see that every time I restart my server, the daemon.log is overwritten. Is there an easy and fiable way to rotate log files, AND/OR, to append logs to the same log file?
Unvanquished is an open-source FPS game featuring team-based strategy and RTS elements, pitting humans against aliens in a futuristic setting.
https://forums.unvanquished.net/
Hi, I see that every time I restart my server, the daemon.log is overwritten. Is there an easy and fiable way to rotate log files, AND/OR, to append logs to the same log file?
logs.logFile.overwrite 0 should do.
Thanks, I tried and it works !