Hi all,
 
In my radiusd.conf I have the following
 
detail {
         detailfile = c:/testfolder/testfile.log
         detailperm = 0777
}
 
This will write the detail records to testfile.log in c:\testfolder.
 
Is there a way to configure the radius server to write to a second log file?
I tried to add another line like the following, but it didn't work.
 
detailfile = c:/testfolder1/testfil.log
 
Thank you,
kab