systemli / ansible-role-jitsi-meet

Ansible role to install & configure Jitsi Meet
GNU General Public License v3.0
44 stars 18 forks source link

Can't handle logs of jvb properly #33

Closed t2d closed 3 years ago

t2d commented 4 years ago

Currently, there are 24 logs for each hour of one day. The logs grow quite quickly, so we cant't adjust them to jitsi_meet_logrotate_retained_days

I think we would want

# cat /etc/logrotate.d/jitsi-videobridge
hourly
size 100M
rotate {{ jitsi_meet_logrotate_retained_days|int*7 }}

but it's just to big right now.

t2d commented 3 years ago

So, jvb logs are just there for one day. Doesn't really matter right now.