Set unbound logging to debug

Set unbound logging to debug for easy investigation of
DNS queries failures.

Change-Id: I4aea0f596479d97f64ec12039a0c350e25457d87
This commit is contained in:
Sagi Shnaidman 2017-11-20 13:55:59 +02:00
parent e3b710dfe5
commit 443e91c79f
1 changed files with 2 additions and 2 deletions

View File

@ -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