Skip to content

Instantly share code, notes, and snippets.

@GideonBabu
Created December 12, 2018 07:43
Show Gist options
  • Select an option

  • Save GideonBabu/8633d927fcd6a1dbc9172f7eda5bbb11 to your computer and use it in GitHub Desktop.

Select an option

Save GideonBabu/8633d927fcd6a1dbc9172f7eda5bbb11 to your computer and use it in GitHub Desktop.
Magento 2 Log rotate
/var/www/html/var/log/*.log {
daily
missingok
rotate 14
compress
notifempty
create 0777 magento2-file-username magento2-file-username
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment