mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-14 05:02:27 +00:00
10 lines
190 B
Text
10 lines
190 B
Text
|
/var/log/matrix_synapse/matrix_synapse.log {
|
||
|
daily
|
||
|
rotate {{ matrix_synapse_log_days_keep }}
|
||
|
compress
|
||
|
shred
|
||
|
postrotate
|
||
|
/usr/bin/pkill -HUP rsyslogd
|
||
|
endscript
|
||
|
}
|