8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
|
|
/var/log/nova/*.log {
|
||
|
|
rotate 14
|
||
|
|
size 10M
|
||
|
|
missingok
|
||
|
|
compress
|
||
|
|
copytruncate
|
||
|
|
}
|