9 lines
92 B
Plaintext
Executable File
9 lines
92 B
Plaintext
Executable File
/etc/odoo/*.log {
|
|
rotate 3
|
|
daily
|
|
nocompress
|
|
missingok
|
|
notifempty
|
|
copytruncate
|
|
}
|