Root cause - haproxy intentionally double logs : https://github.com/haproxy/haproxy/blob/master/src/server.c srv_update_addr(...) { ... /* generates a log line and a warning on stderr */ ... }
On Thu, Apr 15, 2021 at 11:06 PM Jim Freeman <[email protected]> wrote: ... > The duplication of logging the new(?) 'changed its IP' messages to daemon.log > (when only local* facilities are configured) is still getting root-cause > analysis. ...

