No longer worry about growing logfiles or rotating everything properly, use autorotate!
- mkdir /var/log/autorotate
-
# /etc/logrotate.d/autorotate /var/log/autorotate/*.log { daily missingok rotate 2 compress notifempty copytruncate create 0666 deploy users }
-
whatever_you_want >> /var/log/autorotate/someting_new.log
It will be rotated automatically