hourly auth logs -> change to daily
Hopefully easy question - I recently rebuilt to v3.0.18 and the authentication logs in /usr/local/var/log/radius.log are being created hourly. I want to change this to daily - where is the config for this? I have my radacct detail files going daily via mods-enabled/detail but can't figure out config for the file = ${logdir}/radius.log Thank you in advance, Colleen
On Tue, 2019-06-18 at 09:03 -0400, Colleen Morrissey wrote:
Hopefully easy question - I recently rebuilt to v3.0.18 and the authentication logs in /usr/local/var/log/radius.log are being created hourly. I want to change this to daily - where is the config for this? I have my radacct detail files going daily via mods-enabled/detail but can't figure out config for the file = ${logdir}/radius.log
FreeRADIUS just writes to /usr/local/var/log/radius.log. See the "file" option in the log{} section of radiusd.conf. If it's being rotated then you need to look at your system's logrotate config (or equivalent). -- Matthew
participants (2)
-
Colleen Morrissey -
Matthew Newton