python module log back to radius.log

2008-07-16 Thread Michael da Silva Pereira
Hi All, I previously used a perl module and wrote content back to the radius.log file by using: radiusd::radlog(0,rlm_perl::Detaching. Reloading. Done.); Has anybody got something doing this in python, I don't really want to open up the file and write data into it as radiusd has the file

Re: python module log back to radius.log

2008-07-16 Thread Michael da Silva Pereira
sorry my mistake found the example of using radlog(level,msg) Michael da Silva Pereira wrote: Hi All, I previously used a perl module and wrote content back to the radius.log file by using: radiusd::radlog(0,rlm_perl::Detaching. Reloading. Done.); Has anybody got something doing this in