14 Dec
2017
14 Dec
'17
11:50 a.m.
Hello I used to write specific logs using linelog module : Access-Request = "%S\nPacket-Type = %{reply:Packet-Type} \n\tUser-Name = %{User-Name} \n\tCalling-Station-Id = %{Calling-station-Id} \n\tNAS-IP-Address = %{NAS-IP-Address} \n\tNAS-Port = %{NAS-Port} \n\tCalled-Station-Id = %{Called-Station-Id} \n\tClient-IP-Address = %{Client-IP-Address}" Since an upgrade to freeradius 3.0.13, the log is written on one single line and the characters \n\t are not interpreted. Is it related to the new behavior with "correct_escapes = true" ? Is there any trick to write logs on multiple lines ? Regards, -- Jérôme BERTHIER