Skip to content

Instantly share code, notes, and snippets.

@tranghaviet
Forked from Repox/laravel
Created November 14, 2017 09:04
Show Gist options
  • Save tranghaviet/115430e24d696c834d5b4cf705cbb57e to your computer and use it in GitHub Desktop.
Save tranghaviet/115430e24d696c834d5b4cf705cbb57e to your computer and use it in GitHub Desktop.
Laravel logrotate configuration (1 daily rotation, 7 days retention)
/home/laravel/app/storage/logs/laravel.log {
daily
missingok
rotate 7
maxage 7
compress
notifempty
create 755 user group
su user group
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment