Add log rotation
DaazKu opened this issue · 0 comments
DaazKu commented
Logs can get quite big after a while. Would be nice if they were cleaned up after a while or when they become too big.
An easy (maybe not so clean) solution would be to create an overseer container which would rotate logs on startup (mount the log folder an truncate all .log files in there) and add a cron that would do the same thing every 24h. Logs older than a week would be deleted.