Files
cloudron-box/setup/start/logrotate/box
2019-03-01 15:07:06 -08: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
}