From 443e91c79f3ad574e75ccd5783714b1d674451a3 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Mon, 20 Nov 2017 13:55:59 +0200 Subject: [PATCH] Set unbound logging to debug Set unbound logging to debug for easy investigation of DNS queries failures. Change-Id: I4aea0f596479d97f64ec12039a0c350e25457d87 --- nodepool/elements/nodepool-base/finalise.d/89-unbound | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodepool/elements/nodepool-base/finalise.d/89-unbound b/nodepool/elements/nodepool-base/finalise.d/89-unbound index 730f75cf51..6ceebda667 100755 --- a/nodepool/elements/nodepool-base/finalise.d/89-unbound +++ b/nodepool/elements/nodepool-base/finalise.d/89-unbound @@ -47,8 +47,8 @@ fi UNBOUND_LOGGING_CONF="\ server: logfile: \"$LOG_FILE\" - # Log only errors - verbosity: 0" + # Log debug messages + verbosity: 5" echo "$UNBOUND_LOGGING_CONF" > /tmp/unbound-logging.conf if [[ "$DISTRO_NAME" =~ (centos|fedora|opensuse) ]] ; then