On Fri, 2 Oct 2009, W.C.A. Wijngaards wrote: > Hi Paul, > > Fixed in svn r1856. > > Thanks for the bugreport. > > On 09/29/2009 12:09 AM, Paul Wouters wrote: >> There is a difference between: >> unbound-host -d -d -d -C /etc/unbound/unbound.conf >> This is not at all obvious. I suggest that specifying -d -d -d should >> override the verbosity: setting from the conf file, irrespective of >> the order of the arguments. I just got bitten by a similar issue to this. If the config file specified with -C includes use-syslog:yes then unbound-host sends it output to syslog and not to stderr as the -d option implies. It also severely DOSes your syslog :P I suggest unbound-host to ignore/override this setting to use-syslog:no, or to provide an option for this. Paul