<span class="Apple-style-span" style="border-collapse:collapse;color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">Good day,<br><br>I am configuring FreeRadius to be an Eduroam FRL.<br>I created module f_ticks which contains the following:<br>
<br>linelog f_ticks {<br>      filename = syslog<br>      format = "This is a log message for %{User-Name}"<br>      reference = "f_ticks.%{%{reply:Packet-Type}:-format}"<br>      f_ticks {<br>             Access-Accept =<br>
"F-TICKS/eduroam/1.0#REALM=%{Realm}#VISCOUNTRY=AM#CSI=%{Calling-Station-Id}#RESULT=OK#"<br>             Access-Reject =<br>"F-TICKS/eduroam/1.0#REALM=%{Realm}#VISCOUNTRY=AM#CSI=%{Calling-Station-Id}#RESULT=FAIL#"<br>
      }<br>}<br><br>It sends f-ticks to syslog, and syslog place f-ticks in /var/log/massage<br>withe many other log information.<br>How can I set here facility for syslog (local0 eg.) , to be able to control<br>the f-ticks and place them to the file I want or send to eduroam f-ticks<br>
server???</span>