radiusd does not logging while debug
Hi, FreeRadius. How to force radiusd -X to do logging to log file too? -- mailto:kes-kes@yandex.ru
On 2010/04/22 06:45 PM, Alan DeKok wrote:
kes-kes@yandex.ru wrote:
Hi, FreeRadius.
How to force radiusd -X to do logging to log file too?
$ radiusd -X> /var/log/radius/radius.log 2>&1
Or for both file and console. radiusd -X 2>&1 | tee /var/log/radius/radius.log -- Johan Meiring Cape PC Services CC Tel: (021) 883-8271 Fax: (021) 886-7782
Hi,
Hi, FreeRadius.
How to force radiusd -X to do logging to log file too?
use something like 'script', this will then take all stdout stuff and dump to a file eg script mylogfile.txt radiusd -X exit (the exit command is important to close the output log and dump you back to a non scripted environment) not a FreeRADiUS issue/thing really - unix 101 alan
participants (4)
-
Alan Buxey -
Alan DeKok -
Johan Meiring -
kes-kes@yandex.ru