m4rkw / minotaur

MIT License
7 stars 4 forks source link

Log Rotation Rework #19

Open gordan-bobic opened 6 years ago

gordan-bobic commented 6 years ago

Built in log rotation should be removed and instead minotaur should be made compatible with regular UNIX style log rotation. That means one of the following:

1) Open the log file for a write, and then close it immediately after the write is complete. 2) Make HUP trigger a close+reopen of all log files.

This would remove problems like https://github.com/m4rkw/minotaur/issues/18 ever coming up again.