Merge "Set unbound logging to debug"

This commit is contained in:
Zuul 2017-11-28 21:32:52 +00:00 committed by Gerrit Code Review
commit 35869af6d6
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