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 })