From cad815861377a685456a4b35c20d9ebd2ce5d855 Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Fri, 27 Aug 2021 21:39:32 +0700 Subject: [PATCH] verbose is officially going to deprecated . --- configuration/kresd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/kresd.conf b/configuration/kresd.conf index 7190539..5c8d8cc 100644 --- a/configuration/kresd.conf +++ b/configuration/kresd.conf @@ -2,8 +2,8 @@ -- vim:syntax=lua:set ts=4 sw=4: -- Refer to manual: https://knot-resolver.readthedocs.org/en/stable/ --- This Will Keep Log Disable (false) will stop this. -verbose(true) +-- visit https://knot-resolver.readthedocs.io/en/stable/config-logging-monitoring.html for more info +log_level('info') -- Network interface configuration net.listen('127.0.0.1', 5353, { kind = 'dns' }) net.listen('::1', 5353, { kind = 'dns', freebind = true })