Hi, <br><br>I&#39;d like to rotate my nginx logs using cronolog and wanted to know if anyone else knows how to do it.&nbsp; In the nginx config, I&#39;m trying to pipe the results to cronolog but not having any success.&nbsp; Is there a way to do this in nginx?&nbsp; Here is what I tried:
<br><br>access_log &quot;| /usr/local/sbin/cronolog /web/logs/%Y/%m/%d/access.log&quot;;<br><br>Thanks,<br>Andy<br>