mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
In 6ac06e5e5e3ceed4a3e3a86ea5f82ffb59c266f2 logrotate was changed to run hourly. Some logrotate configs still have set `daily` only which results in logs not rotated hourly. The only way to ensure the log is rotated is to use size. This closes #162 (cherry picked from commit 0ada08aa85b305ef931298654f7b41a7db28b03b) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>