Good day,

I am configuring FreeRadius to be an Eduroam FRL.
I created module f_ticks which contains the following:

linelog f_ticks {
      filename = syslog
      format = "This is a log message for %{User-Name}"
      reference = "f_ticks.%{%{reply:Packet-Type}:-format}"
      f_ticks {
             Access-Accept =
"F-TICKS/eduroam/1.0#REALM=%{Realm}#VISCOUNTRY=AM#CSI=%{Calling-Station-Id}#RESULT=OK#"
             Access-Reject =
"F-TICKS/eduroam/1.0#REALM=%{Realm}#VISCOUNTRY=AM#CSI=%{Calling-Station-Id}#RESULT=FAIL#"
      }
}

It sends f-ticks to syslog, and syslog place f-ticks in /var/log/massage
withe many other log information.
How can I set here facility for syslog (local0 eg.) , to be able to control
the f-ticks and place them to the file I want or send to eduroam f-ticks
server???