4 Aug
2009
4 Aug
'09
6:10 a.m.
RadiusGuy wrote:
In good faith I have tried the same thing with the radius.log...
file = ${logdir}/radius.log-%Y%m%d
but it didn't work. Freeradius then creates a logfile with the explicit name radius.log-%Y%m%d, but not with the timestamp of the actual day. Can anyone help?
Write a cron job to rename the file. Dynamically expanding the filename for *every* log message is an enormous waste of time. The filename changes only once a day, so it should be renamed only once a day. Alan DeKok.