Thank you.
Finally the problem was located at /var/log/zimbra-stats.log. This file had not been created and process was unable to run.
A simple:
Code:
touch /var/log/zimbra-stats.log
chown zimbra:zimbra /var/log/zimbra-stats.log
su - zimbra
zmloggerctl start
was enought to put logger online again.