MINOR: log: log-format: usable without httplog and tcplog
authorWilliam Lallemand <wlallemand@exceliance.fr>
Mon, 2 Apr 2012 14:22:10 +0000 (16:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 7 Apr 2012 14:25:26 +0000 (16:25 +0200)
commit5e19a2866f18ba151c90d6aa39399a9fdd881b32
tree0c94863eaf0b4db9e91b08305562a81bb1e6d694
parenta73203e3dc1a675b9fce8ffd5f918ad23d5954c0
MINOR: log: log-format: usable without httplog and tcplog

Options httplog and tcplog aren't mandatory anymore for the log-format.
The LW_ flags are now set during the log-format string parsing.
include/types/log.h
src/cfgparse.c
src/log.c