MEDIUM: config: remove the deprecated and dangerous global "debug" directive
authorWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 17:15:03 +0000 (19:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 17:18:45 +0000 (19:18 +0200)
commitccf429960b81cbadcb2b5e63c6098bc7e626495f
tree0fcc553aa3fbc0b4c1c391e5a6838f7272615386
parentab0a5192a865000188808869d02ac60d42143a25
MEDIUM: config: remove the deprecated and dangerous global "debug" directive

This one was scheduled for removal in 2.3 since 2.2-dev3 by commit
1b85785bc ("MINOR: config: mark global.debug as deprecated"). Let's
remove it now. It remains totally possible to use -d on the command
line though.
doc/configuration.txt
doc/management.txt
src/cfgparse-global.c
tests/test-fsm.cfg