9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
{{ mariadb_server_log }} {
|
|
daily
|
|
rotate 7
|
|
create 0640 mysql {{ admin_group }}
|
|
postrotate
|
|
/usr/bin/mysqladmin flush-logs
|
|
endscript
|
|
}
|