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

11 lines
281 B
Plaintext
Raw Normal View History

2019-03-01 14:40:28 -08:00
# logrotate config for app and crash logs
2018-06-06 17:36:48 +02:00
/home/yellowtent/platformdata/logs/*/*.log {
# only keep one rotated file, we currently do not send that over the api
rotate 1
size 10M
# we never compress so we can simply tail the files
nocompress
copytruncate
}