BIND 9.x log answers to queries

Hi,

Can anyone tell me how in BIND 9.x (running 9.7.3) do you configure it to put the answer to each query in the log. I see the query, the IP who asked the query but not what the answer to the query is.

thanks for your help,

Phil

Have a look at the BIND9 configuration logging clause. Try adding the client and resolver categories.

rndc querylog

to toggle it

... and the results of turning on query logging are usually found in /var/log/query.log but check your configuration file for the exact location.