]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: design: add notes about more detailed error reporting for logs
authorWilly Tarreau <w@1wt.eu>
Mon, 28 Oct 2024 16:10:19 +0000 (17:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Oct 2024 16:14:48 +0000 (17:14 +0100)
commit20ffa35f6665c6413808ef4ab334ae2f31c2d017
tree4ce29908a408cd8b489740d2c90878350cd471b4
parent6d5b32daad863f6a1bfab134d0775b8ffcf87e86
DOC: design: add notes about more detailed error reporting for logs

These are the notes of a day long code analysis session (CFA+WTA)
aimed at figuring what's missing during most code troubleshooting
sessions.  The goal is to provide good indications about what rules/
filters were still active when the processing ended (timeout, error
etc), what subscribers are still active (indicating waiting for an
event), and what shut/abort events were met at the various levels
of each side's stack, in each direction.
doc/design-thoughts/error-reporting.txt [new file with mode: 0644]