]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: log: make http_sess_log use log_format
authorWilliam Lallemand <wlallemand@exceliance.fr>
Wed, 8 Feb 2012 15:38:44 +0000 (16:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 9 Feb 2012 16:03:28 +0000 (17:03 +0100)
commita1cc381151bc01099f0c40339c5cef4cc8938fcd
treee4bb87e9756203b87d59ac69fd9a9ee07293d968
parent421f5b58823e019b702e8b202207a786cb471610
MEDIUM: log: make http_sess_log use log_format

http_sess_log now use the logformat linked list to make the log
string, snprintf is not used for speed issue.

CLF mode also uses logformat.

NOTE: as of now, empty fields in CLF now are "" not "-" anymore.
include/proto/log.h
src/log.c
src/proto_http.c