commit | 2c04a5a03de50c62fc6520a3cdcd1bab2de794cf | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Fri Aug 13 15:21:12 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Aug 13 15:34:16 2021 +0200 |
tree | df82ae5f27a3b3fd6d25abfce8cc2a59d795ebaf | |
parent | 6640dbb52421a8c3f2a7330d16b91222f316d030 [diff] |
MINOR: proxy: disable warnings for internal proxies The internal proxies should be part of the proxies list, because of this, the check_config_validity() fonction could emit warnings about these proxies. This patch disables 3 startup warnings for internal proxies: - "has no 'bind' directive" (this one was already ignored for the CLI frontend, but we made it generic instead) - "missing timeouts" - "log format ignored"