26 Feb
2018
26 Feb
'18
3:55 a.m.
On Mon, 2018-02-26 at 09:39 +0100, Bram Assendorp wrote:
Within the radiusd.conf I have changed the "logdir" and "destination" parameter to "syslog"
Just set "destination" to "syslog". logdir will still be used for on- disk logs by some modules (e.g. rlm_linelog) unless you also configure them to send to syslog. Your errors are coming from rlm_detail, which uses ${logdir} as the location for the detail files. -- Matthew