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

11 lines
230 B
Plaintext
Raw Normal View History

2018-11-16 13:12:33 +01:00
# logrotate config for box logs
# keep upto 5 logs of size 10M each
2018-11-16 13:12:33 +01:00
/home/yellowtent/platformdata/logs/box.log {
rotate 5
2018-11-16 13:12:33 +01:00
size 10M
# we never compress so we can simply tail the files
nocompress
copytruncate
}