]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
lua: use notice level for log()
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 15 Sep 2021 14:43:53 +0000 (16:43 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 20 Sep 2021 08:34:09 +0000 (10:34 +0200)
commit39dd89db785716ce53707498fcc05fc95b1cf8c1
tree27b5a5646e25b7cd64b3923018889e0970bd4ddf
parentf33a082149e28cc61a971e905b58974c051462b7
lua: use notice level for log()

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.
NEWS
daemon/lua/sandbox.lua.in