Skip to content

Instantly share code, notes, and snippets.

@chusiang
Forked from Repox/laravel
Last active December 23, 2015 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chusiang/3fe4e89bccb3e85f0e2a to your computer and use it in GitHub Desktop.
Save chusiang/3fe4e89bccb3e85f0e2a to your computer and use it in GitHub Desktop.
Laravel logrotate configuration (1 daily rotation, 7 days retention) on Ubuntu 14.04
/home/USERNAME/workspace/laravel/storage/logs/laravel.log {
daily
missingok
rotate 7
maxage 7
compress
notifempty
create 644 www-data www-data
su www-data www-data
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment