logrotate for laravel log

This commit is contained in:
aptalca
2019-07-15 12:22:06 -04:00
parent e735f61e57
commit 1f097316ec
2 changed files with 17 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
/config/log/heimdall/laravel.log {
size 5M
rotate 5
compress
nodateext
notifempty
missingok
su abc abc
}