Hi
Is it possible to rotate logs for every 5 minutes
For example instead of using
${HOST}_${R_YEAR}${R_MONTH}${R_DAY}${R_HOUR}${R_MIN}.log I want to use
${HOST}_${R_YEAR}${R_MONTH}${R_DAY}${R_HOUR}${R_MIN%5}.log (which rotates every 5 minues )
Regards.