dnstap not logging resolver response messages

W.C.A. Wijngaards wouter at nlnetlabs.nl
Mon Mar 21 09:04:47 UTC 2016


Hi Nikolay,

On 20/03/16 12:08, Nikolay Edigaryev via Unbound-users wrote:
> dnstap-log-resolver-response-messages option has no effect unless 
> dnstap-log-resolver-query-messages option is also enabled.

Thank you for the patch, I have applied it.

Best regards, Wouter

> 
> The sample config from the dnstap website[1] works fine because it has 
> both of the mentioned options set, but if one wants to log resolver 
> responses only, the following config won't do:
> 
> dnstap:
>     dnstap-enable: yes
>     dnstap-log-resolver-response-messages: yes
> 
> [1] http://dnstap.info/Examples/
> 
> Index: dnstap/dnstap.c
> ===================================================================
> --- dnstap/dnstap.c	(revision 3682)
> +++ dnstap/dnstap.c	(working copy)
> @@ -475,7 +475,7 @@
>  			return;
>  		dt_msg_init(env, &dm, 
> DNSTAP__MESSAGE__TYPE__FORWARDER_RESPONSE);
>  	} else {
> -		if (!env->log_resolver_query_messages)
> +		if (!env->log_resolver_response_messages)
>  			return;
>  		dt_msg_init(env, &dm, 
> DNSTAP__MESSAGE__TYPE__RESOLVER_RESPONSE);
>  	}
> 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.nlnetlabs.nl/pipermail/unbound-users/attachments/20160321/7b825dc2/attachment.bin>


More information about the Unbound-users mailing list