enum tapi_dns_unbound_verbose
Overview
Representation of possible values for unbound::verbose option. More…
#include <tapi_dns_unbound.h> enum tapi_dns_unbound_verbose { TAPI_DNS_UNBOUND_NOT_VERBOSE = TAPI_JOB_OPT_ENUM_UNDEF, TAPI_DNS_UNBOUND_VERBOSE = 1, TAPI_DNS_UNBOUND_MORE_VERBOSE, TAPI_DNS_UNBOUND_VERBOSE_LL_QUERY, TAPI_DNS_UNBOUND_VERBOSE_LL_ALGO, TAPI_DNS_UNBOUND_VERBOSE_LL_CACHE, };
Detailed Documentation
Representation of possible values for unbound::verbose option.
Enum Values
TAPI_DNS_UNBOUND_NOT_VERBOSE
No verbosity, only errors.
TAPI_DNS_UNBOUND_VERBOSE
Gives operational information.
TAPI_DNS_UNBOUND_MORE_VERBOSE
Gives detailed operational information including short information per query.
TAPI_DNS_UNBOUND_VERBOSE_LL_QUERY
Gives query level information, output per query.
TAPI_DNS_UNBOUND_VERBOSE_LL_ALGO
Gives algorithm level information.
TAPI_DNS_UNBOUND_VERBOSE_LL_CACHE
Logs client identification for cache misses.