Rotate nginx logs every 30 minutes with logrotate

1

Can I rotate the nginx log every 30 minutes?

Like:

  • 10:30.log
  • 11:00.log
  • 11:30.log etc.

keepwalking

Posted 2011-06-19T16:53:10.823

Reputation: 113

Answers

2

I'm not sure if logrotate.d supports 30 minutes intervals or not. However, you could write the logrotate.d config for nginx and then fire logrotate every 30 minutes via cron.

Kirk

Posted 2011-06-19T16:53:10.823

Reputation: 2 182