From aae7e0120a00e7523ee28aef49c0fede76effa7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoha=C3=AF-Eliel=20BERREBY?= Date: Sat, 2 May 2020 18:06:58 +0200 Subject: [PATCH] unbound: drop verbosity but log SERVFAILs TODO: less frequent log rotation because of decreased log volume --- roles/unbound/templates/recursive.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/unbound/templates/recursive.conf.j2 b/roles/unbound/templates/recursive.conf.j2 index b24613f..0ba6f5b 100644 --- a/roles/unbound/templates/recursive.conf.j2 +++ b/roles/unbound/templates/recursive.conf.j2 @@ -5,9 +5,9 @@ server: log-time-ascii: yes # Only log errors. - verbosity: 3 + verbosity: 0 + log-servfail: yes - # "" sends logs to stderr, journalctl will pick things up. logfile: "/var/log/unbound/unbound.log" do-ip4: yes