From bac131791b80f6caf6da5293f361e975d9ee2087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoha=C3=AF-Eliel=20BERREBY?= Date: Tue, 28 Apr 2020 20:13:56 +0200 Subject: [PATCH] unbound: bump verbosity up to 3 Some users are having issues resolving *.auro.re domains from our network, and the bug does not show itself reliably. Increased verbosity should help us pinpoint its source. --- roles/unbound/templates/recursive.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/unbound/templates/recursive.conf.j2 b/roles/unbound/templates/recursive.conf.j2 index ebfd445..2b4a442 100644 --- a/roles/unbound/templates/recursive.conf.j2 +++ b/roles/unbound/templates/recursive.conf.j2 @@ -5,7 +5,7 @@ server: log-time-ascii: yes # Only log errors. - verbosity: 0 + verbosity: 3 # "" sends logs to stderr, journalctl will pick things up. logfile: ""