bind9 logging xfers

Roy Arends Roy.Arends at nominum.com
Mon Aug 27 15:28:20 UTC 2001


On Mon, 27 Aug 2001, Jerry wrote:

> It doesn't seem to work for me. Here is the snippet of
> my config file.  When I do dig axfr which should log a
> zone transfer for change a serial number it logs
> nothing.
>
>         channel xfer_log {
>                 file "xfer.log" versions 3 size 1m;
>                 print-category yes;
>                 print-severity yes;
>                 print-time yes;
>         };
>
>         category default { default_syslog; };
>
>         category lame-servers { GOOD_lame_log; };
>         category update { GOOD_update_log; };
>         category security { GOOD_security_log; };
>         category xfer-in { xfer_log; };
>         category xfer-out { xfer_log; };
>         category notify { xfer_log; };

Try it with "severity info;", like:

         channel xfer_log {
                 file "xfer.log" versions 3 size 1m;
                 print-category yes;
                 print-severity yes;
                 print-time yes;
		 severity info;
         };

Hope this helps. Which version do you use ?

Roy Arends
Nominum
-------------
0-14-023750-X dcrpt ths 43.0D.01 01.05.0C 84.18.03 8A.13.04 2D.0B.0A




More information about the bind-users mailing list