I need to read the access log from nginx, do some post processing and send it as a csv to another server. But by default nginx generates access log in one single file. Is there any way to create the access log files every x minute? for example x=10 minute
access.log.2022-01-31-08-10.log
access.log.2022-01-31-08-20.log
access.log.2022-01-31-08-30.log
Help will be appreciated. Thanks!