the simplest solution is to add the following script to /etc/cron.daily
Code:
############################################################################################
# a quick fix for bug http://bugzilla.zimbra.com/show_bug.cgi?id=14945
############################################################################################
su - zimbra -c 'zmloggerctl stop'
su - zimbra -c 'zmloggerctl start'