server:
	use-syslog: yes
	# DNSSEC errors for valid and expired records
	ede: yes
	#logfile: "/tmp/unbound.log"
	# level 0 means no verbosity, only errors. Level 1 gives operational
	# information. Level 2 gives detailed operational information. Level 3
	# gives query level information, output per query.  Level  4  gives
	# algorithm  level  information.
	verbosity: 2
	# Gives validation EDEs more comprehensive human-readable errors
	# https://blog.nlnetlabs.nl/extended-dns-error-support-for-unbound/
	val-log-level: 2

# vim: filetype=unbound.conf