By default, notice level is set. Thus, if users want to use log() in the
same way as pre-5.4, they'd have to increase the log level. This bumps
the log level of log() function to keep the same behavior.
- dns64 module: allow disabling based on client address (#368, !1201)
- dns64 module: allow configuring AAAA subnets not allowed in answer (!1201)
+Bugfixes
+--------
+- lua: log() output is visible with default log level again (!1208)
+
Knot Resolver 5.4.1 (2021-08-19)
================================
end
function log(fmt, ...)
- log_info(ffi.C.LOG_GRP_MODULE, fmt, ...)
+ log_notice(ffi.C.LOG_GRP_MODULE, fmt, ...)
end
-- Resolver bindings