How to get Log files
Dennis Skinner
dskinner at bluefrog.com
Fri Jan 26 05:41:42 CET 2007
Abdul Qadir wrote:
> Hi All,
> I have an instace of freeradius 1.1.2 running. I started the radius
> with -X switch. Is there any way to get a log of requests/response
> coming to/from radius. I tried to capture on udp port 1812 but no use.
FreeRADIUS won't write a log when in debug mode (-X). If you want a
record, do something like this:
radiusd -X >> debug.log
tail -f debug.log
Otherwise, don't run it in debug mode.
--
Dennis Skinner
Systems Administrator
BlueFrog Internet
http://www.bluefrog.com
More information about the Freeradius-Users
mailing list