<br><br><div><span class="gmail_quote">On 5/29/07, <b class="gmail_sendername">Alain Reguera Delgado</b> <<a href="mailto:alain.reguera@gmail.com">alain.reguera@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 5/28/07, Phil <<a href="mailto:plabonte@gmail.com">plabonte@gmail.com</a>> wrote:<br>> I want to enable BIND logging so that I can monitor how many dns requests my<br>> dns server is doing. So in my named.conf
 file I put the following entries:<br>><br>> logging{<br>>         channel simple_log {<br>>                 file "/var/log/named/bind.log" versions 3 size 5m;<br>>                 severity info;<br>
>                 print-category yes;<br>>                 print-severity yes;<br>>                 print-time yes;<br>>                 };<br>>         category default {<br>>                 simple_log;
<br>>                 };<br>> };<br>><br>><br>> I tried using touch to make the inital file and I have also left the<br>> directory listed above empty.<br>><br>> But nothing goes into the log... What do I need to add to my 
named.conf file<br>> to see any and log all DNS requests?<br><br>Does rndc stats help? or maybe just rndc ?<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br>Also make sure that the log files are owned by the named account so that the named process has rights to write to the file.  This is a mistake that I have done before.
<br>