]> git.ipfire.org Git - thirdparty/haproxy.git/commit
ADMIN: reload: introduce verbose and silent mode
authorWilliam Lallemand <wlallemand@irq6.net>
Sun, 28 Sep 2025 20:45:04 +0000 (22:45 +0200)
committerWilliam Lallemand <wlallemand@irq6.net>
Mon, 29 Sep 2025 17:29:10 +0000 (19:29 +0200)
commit5d05f343b9cf952844b03d4b8988e558ff1f6fc2
tree9d8012a70740450706f20c0cd404310662993fa2
parent3ce597bfa23d6e4b8ec62ce22c65b677c328027b
ADMIN: reload: introduce verbose and silent mode

By default haproxy-reload displays the error that are not emitted by
haproxy, but only emitted by haproxy-reload.

-s silent mode, don't display any error

-v verbose mode, display the loading messages returned by the master CLI
reload command upon error.
admin/cli/haproxy-reload