Files
cloudron-box/setup/start/box-logrotate

10 lines
195 B
Plaintext
Raw Normal View History

2018-11-16 13:12:33 +01:00
# 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
}