On 5/18/07, <b class="gmail_sendername">Brian A. Seklecki</b> <<a href="mailto:lavalamp@spiritual-machines.org">lavalamp@spiritual-machines.org</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Another solution would be to perform logging via syslog(3), which<br>absolves radiusd from trapping and handling signals and file handlers.<br>Syslog-ng already does this very well -- why duplicate all of that code?<br>~BAS
</blockquote><div><br></div></div>I've certainly looked at that possibility, the problem is that you cannot separate your logging components nicely. I'd like to separate my radius.log, sqltrace, detail logfiles per nas and all that. I'm afraid that syslog can't do that and you'll run out of log facilities very quickly if you decided to do it manually (
e.g. one facility per logfile).<br><br>I found a workaround (no HUP) so I'm happy.<br><br>Jack<br>