Files
cloudron-box/setup/start/logrotate/app
2019-03-01 15:07:06 -08:00

11 lines
281 B
Plaintext

# logrotate config for app and crash logs
/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
}