commit | 0f99e349780083834afc188b499357c87d5b04fd | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@exceliance.fr> | Wed Oct 12 17:50:54 2011 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Oct 31 14:09:19 2011 +0100 |
tree | 1d9b6043186896fd13fa92d473306a5fb8fad0f8 | |
parent | 0cec331a0e08a875171c235cb02a202fee190a4e [diff] |
MEDIUM: log: Use linked lists for loggers This patch settles the 2 loggers limitation. Loggers are now stored in linked lists. Using "global log", the global loggers list content is added at the end of the current proxy list. Each "log" entries are added at the end of the proxy list. "no log" flush a logger list.