13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
|
/var/log/fluentbit.log
|
||
|
{
|
||
|
rotate 2
|
||
|
missingok
|
||
|
notifempty
|
||
|
compress
|
||
|
maxsize 10M
|
||
|
daily
|
||
|
postrotate
|
||
|
rc-service fluent-bit restart
|
||
|
endscript
|
||
|
}
|