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