<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16625"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>I do not see any mechanism to logrotate the /var/zendto/zendto.log file. </DIV>
<DIV> </DIV>
<DIV>Perhaps create one or document that the installer may want to consider creating one.</DIV>
<DIV> </DIV>
<DIV>A starting suggestion for the log rotation script:</DIV>
<DIV> </DIV>
<DIV>file: /etc/logrotate.d/zendto</DIV>
<DIV> </DIV>
<DIV>/var/zendto/zendto.log {<BR> # rotate log files: daily | weekly | monthly<BR> monthly</DIV>
<DIV> </DIV>
<DIV> # keep x rotations of backlogs<BR> rotate 12</DIV>
<DIV> </DIV>
<DIV> # uncomment this if you want your log files compressed<BR> #compress</DIV>
<DIV> </DIV>
<DIV> # create new (empty) log files after rotating old one with the</DIV>
<DIV> # same permissions, owner, and group as the file being rotated<BR> create 664 apache apache</DIV>
<DIV> </DIV>
<DIV> # do not rotate the log file if it is empty</DIV>
<DIV> notifempty</DIV>
<DIV>}<BR></DIV></BODY></HTML>