This is a discussion on Re: queries not logged? within the Bind Users forums, part of the DNS and Related Forums category; > > What do you get when you do "rndc status"? > You may need to turn on ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> > What do you get when you do "rndc status"? > You may need to turn on the logging by doing a "rndc querylog". > > -Steve > > Quoting Robin Lynn Frank <rlfrank@paradigm-omega.com>: > > > Does anyone see any obvious reason from the example below as to why > > queries are not being logged. Just about everything else, including > > lame-servers are logged. > > logging { > > channel default_syslog { > > syslog daemon; > > severity info; > > }; > > > > channel log_file { > > file "named.log" versions 4 size 10m; > > severity dynamic; "severity dynamic;" requires logging to be enabled before anything is logged. > > print-category yes; > > print-severity yes; > > print-time yes; > > > > }; > > > > category default { default_syslog; log_file; }; > > category panic { default_syslog; log_file; }; > > category query { log_file; }; > > category security { log_file; }; > > category cname { log_file; }; > > category lame-servers { log_file; }; > > category update { log_file; }; > > }; > > > > > > -- > > © Robin Lynn Frank - Director of Operations - Paradigm-Omega, LLC > > Website: http://www.paradigm-omega.com/ > > RSS: http://paradigm-omega.blogspot.com/atom.xml > > Spamtraps: http://www.paradigm-omega.net/cgi-bin/custmail.cgi > > ================================================== =================== > > Viagra cures Microsoft! > > > > > > -- Attached file included as plaintext by Ecartis -- > > -- File: signature.asc > > -- Desc: OpenPGP digital signature > > > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.0 (GNU/Linux) > > Comment: Sed quis custodiet ipsos custodes? > > > > iD8DBQFCF/99o0pgX8xyW4YRA+n0AJ0Us9vo/ozH1xxOInziOx0RyAkkrACfTVMF > > Lf5CrCSG7JKOb3ljANBy+IU= > > =tfnX > > -----END PGP SIGNATURE----- > > > > > > > > > > > > -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark_Andrews@isc.org |