C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
34 stars 9 forks source link

Log file should rotate out when it hits its size limit, not just stop recording #291

Open QuintillusCFC opened 2 years ago

QuintillusCFC commented 2 years ago

Right now, if Serilog hits its file size limit (configured in LogManager.cs), it just stops recording.

I would have expected it to remove old logs but keep recording, or create a second log file, or something, but not to stop recording.

This is to fix that.

My current thoughts on the ideal are:

WildWeazel commented 2 years ago

relates to #259