]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 29 Feb 2024 14:37:43 +0000 (15:37 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 1 Mar 2024 14:01:18 +0000 (15:01 +0100)
commit75fb0afde4b77c947f2357af3c45bc3a7688b31c
treecb1f75a1a5704964e2b340ace9bddc91bb33a755
parent573ed242e3ce5d80b84805ad9367cfe1ac6fb6ac
BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel

When the log level is changed in lua, by calling TXN:set_loglevel function,
it must be incremented by one because it is decremented in strm_log()
function.

This patch must be backport to all stable versions.
src/hlua.c