]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: startup: 'haproxy -c' is quiet when valid
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Nov 2023 13:48:50 +0000 (14:48 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 13 Nov 2023 08:59:34 +0000 (09:59 +0100)
commita06f6212c9dec94b6c4b15b6ed53d445336c2a38
tree292d92afd04777e75c4de4bf2aeb57725b766c86
parentcf07cb96be70cbe979c6cf21aefd134894cf743f
MEDIUM: startup: 'haproxy -c' is quiet when valid

MODE_CHECK does not output "Configuration file is valid" by default
anymore. To display this message the -V option must be used with -c.

However the warning and errors are still output by default if they
exist.

This allows to clean the output of the systemd unit file with is doing a
-c.
src/haproxy.c