I think a good feature to have is to rotate the logs when the app is restarted.
This can be behind a flag defaulting to false.
This is helpful as it would allow easy debugging of issues that lead to a crash of the server. Right now, need to hunt throw the alert infrastructure to detect failure points, and then find the same point in the logs.
With this option, tailing the previous log will be enough.
I think a good feature to have is to rotate the logs when the app is restarted. This can be behind a flag defaulting to false.
This is helpful as it would allow easy debugging of issues that lead to a crash of the server. Right now, need to hunt throw the alert infrastructure to detect failure points, and then find the same point in the logs.
With this option, tailing the previous log will be enough.