From: Wouter Wijngaards Date: Tue, 21 Aug 2018 07:14:48 +0000 (+0000) Subject: and documentation. X-Git-Tag: release-1.8.0rc1~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=504ef71975c34df45a2880e6644625f4240c5fc7;p=thirdparty%2Funbound.git and documentation. git-svn-id: file:///svn/unbound/trunk@4866 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/example.conf.in b/doc/example.conf.in index c3d1fd6de..61aa74780 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -318,6 +318,10 @@ server: # timetoresolve, fromcache and responsesize. # log-replies: no + # log the local-zone actions, like local-zone type inform is enabled + # also for the other local zone types. + # log-local-actions: no + # print log lines that say why queries return SERVFAIL to clients. # log-servfail: no diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index f6e204d88..f731d3c17 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -655,6 +655,11 @@ Default is no. Note that it takes time to print these lines which makes the server (significantly) slower. Odd (nonprintable) characters in names are printed as '?'. .TP +.B log\-local\-actions: \fI +Print log lines to inform about local zone actions. These lines are like the +local\-zone type inform prints out, but they are also printed for the other +types of local zones. +.TP .B log\-servfail: \fI Print log lines that say why queries return SERVFAIL to clients. This is separate from the verbosity debug logs, much smaller, and printed