Thanks Matthew, I got it Date: Thu, 25 Oct 2018 14:31:12 +0100 From: Matthew Newton <mcn@freeradius.org> On Thu, 2018-10-25 at 18:58 +0530, Raghu nathan wrote:
- We have enabled the linelog but its not creating any log file under /var/log. - We kept no change in linelog module.
Is there anything we need to enable to make it work?
Did you actually call the linelog module from the correct virtual server (e.g. sites-enabled/default)? Looking at the full debug output would show that (see http://wiki.freeradius.org/list-help). -- Matthew On Thu, Oct 25, 2018 at 6:58 PM Raghu nathan <raghu.vdm@gmail.com> wrote:
We are using v3.0.13
- We have enabled the linelog but its not creating any log file under /var/log. - We kept no change in linelog module.
Is there anything we need to enable to make it work?
*******
# Loading module "linelog" from file /etc/raddb/mods-enabled/linelog linelog { filename = "/var/log/radius/linelog" escape_filenames = no syslog_facility = "auth" syslog_severity = "info" permissions = 384 group = "radiusd" format = "This is a log message for %{User-Name}" reference = "messages.%{%{reply:Packet-Type}:-default}" }
*******
Regards,
Raghu.