commit | f98d821b942b4f392e77431c320aa895ca97369e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Oct 02 18:13:52 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 05 11:11:36 2020 +0200 |
tree | 3885fd8183c373cfa777c18f2cfbd8fffae6651b | |
parent | 98b81cb393971c216b86499b11b98781be28ad90 [diff] |
MINOR: hlua: Display debug messages on stderr only in debug mode Debug Messages emitted in lua using core.Debug() or core.log() are now only displayed on stderr if HAProxy is started in debug mode (-d parameter on the command line). There is no change for other message levels. This patch should fix the issue #879. It may be backported to all stable versions.