mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2025-11-22 00:00:40 +09:00
logrotate for laravel log
This commit is contained in:
9
root/etc/logrotate.d/heimdall
Normal file
9
root/etc/logrotate.d/heimdall
Normal file
@@ -0,0 +1,9 @@
|
||||
/config/log/heimdall/laravel.log {
|
||||
size 5M
|
||||
rotate 5
|
||||
compress
|
||||
nodateext
|
||||
notifempty
|
||||
missingok
|
||||
su abc abc
|
||||
}
|
||||
Reference in New Issue
Block a user