Files
cloudron-box/setup/start/box-logrotate
2018-11-16 13:14:59 +01:00

10 lines
195 B
Plaintext

# logrotate config for box logs
/home/yellowtent/platformdata/logs/box.log {
rotate 10
size 10M
# we never compress so we can simply tail the files
nocompress
copytruncate
}