On Fri, Apr 16, 2021 at 08:18:30AM -0600, Jim Freeman wrote: > 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 */ ... }
A number of such important updates (like servers going down for example) are emitted both on stderr and logs. However I find it strange that the resolvers complain every single second that the server changed address, it sounds like something broke there and that it fails to conserve its previous address (or maybe the DNS server oscillates all the time ?). Willy

