10 lines
195 B
Plaintext
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
|
|
}
|