21 Jul
2017
21 Jul
'17
7:33 a.m.
On Jul 21, 2017, at 6:14 AM, Alex Sharaz <alex.sharaz@york.ac.uk> wrote:
Logrotate configured as
/var/spool/freeradius/detail-filebeat { rotate 1 postrotate /bin/kill -HUP `cat /var/run/freeradius/freeradius.pid` endscript }
That will rotate the main radius.log file but nothing else. You need to HUP the detail module specifically: $ radmin -e "hup detail" Alan DeKok.