<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 21 Jun 2017, at 12:38, A. Schulze <<a href="mailto:sca@andreasschulze.de" class="">sca@andreasschulze.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hello,<br class=""><br class="">running stubby in verbose mode is possible only as compile time option<br class="">"configure --enable-debug-all" ( at least I found nothing other )<br class=""></div></div></blockquote><div><br class=""></div><div>In the 1.1 release this is correct. The user guide (<a href="https://getdnsapi.net/blog/dns-privacy-daemon-stubby/" class="">https://getdnsapi.net/blog/dns-privacy-daemon-stubby/</a>) provides some more information on the exact configure options to use:</div><div><br class=""></div></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div><div>Logging/debugging</div></div><div><div><br class=""></div></div><div><div>--enable-debug-daemon If you don't want to see the connection statistics then remove the --enable-debug-daemon option in the configure line above.</div></div><div><div>--enable-debug-stub If you do want to see very detailed debug information as messages are processed (including connection statistics) then add the --enable-debug-stub option to the configure line above.</div></div></blockquote><div><div><br class=""></div><div>and workarounds on how to control the output via re-direction:</div><div><br class=""></div></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div><div>The logging is currently crude and simply writes to stderr. (We are working on making this better!)</div></div><div><div><div class=""><span class="Apple-tab-span" style="white-space:pre">  </span>• If don't want to see any logging for some reason then include the following on the command line: 2>/dev/null</div></div></div><div><div><div class=""><span class="Apple-tab-span" style="white-space:pre">    </span>• If you build with both stub and daemon logging and want to see only the daemon logging use: 2>&1 >/dev/null | grep 'DAEMON'</div></div></div></blockquote><div><div><br class=""></div><blockquote type="cite" class=""><div class=""><div class="">would be easier if that could be a runtime option.<br class=""></div></div></blockquote></div><br class=""><div class="">Making this a runtime option is on the TODO list:</div><div class=""><a href="https://github.com/getdnsapi/getdns/issues/295" class="">https://github.com/getdnsapi/getdns/issues/295</a></div><div class=""><br class=""></div><div class="">Sara. </div></body></html>