Since the man page description says the output for both goes to the logs, I thought that would be the place to look:
- SIGHUP Dumps the status of all proxies and servers into the logs. Mostly used for trouble-shooting purposes. - SIGQUIT Dumps information about memory pools into the logs. Mostly used for debugging purposes. [ BTW - many, many thanks for this insanely great and useful software ] ...jfree On Sat, Jan 25, 2014 at 3:49 AM, Willy Tarreau <[email protected]> wrote: > On Thu, Jan 23, 2014 at 04:19:35PM -0700, Jim Freeman wrote: > > Using haproxy-1.5-dev19 on Debian/Wheezy, and haproxy-1.5-dev21 on > > CentOS6.2, killing haproxy with SIGQUIT gets me nothing in the system > logs. > > > > SIGHUP gets proxy/server status info into the logs just fine. > > I'm using them the same way, but SIGQUIT seems to just do ... nothing? > > SIGQUIT only dumps to stderr and when not in daemon nor quiet mode. > Maybe you're looking for the output at the wrong place :-) > > Willy >

