]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: mark global.debug as deprecated
authorWilly Tarreau <w@1wt.eu>
Tue, 25 Feb 2020 10:27:22 +0000 (11:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 25 Feb 2020 10:28:58 +0000 (11:28 +0100)
commit1b85785bc218aaa6583429ea5dfb55abe8c3489d
tree788325b41119d8ed247c4bc82216a23aa54ce875
parent41136de58ef2a8f8fc1fa0f202a161eb7fe2c92d
MINOR: config: mark global.debug as deprecated

This directive has never made any sense and has already caused trouble
by forcing the process to stay in foreground during the boot process.
Let's emit a warning mentioning it's deprecated and will be removed in
2.3.
doc/configuration.txt
src/cfgparse-global.c