]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: log: Unique ID
authorWilliam Lallemand <wlallemand@exceliance.fr>
Mon, 12 Mar 2012 11:48:57 +0000 (12:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 7 Apr 2012 14:25:26 +0000 (16:25 +0200)
commita73203e3dc1a675b9fce8ffd5f918ad23d5954c0
tree7bd56d7bd132c361af4b263b410d83c3b8367616
parent5f2324019def77f0b523f8a4bd9c6c0831de6e14
MEDIUM: log: Unique ID

The Unique ID, is an ID generated with several informations. You can use
a log-format string to customize it, with the "unique-id-format" keyword,
and insert it in the request header, with the "unique-id-header" keyword.
doc/configuration.txt
include/proto/log.h
include/types/log.h
include/types/proxy.h
include/types/session.h
src/cfgparse.c
src/log.c
src/proto_http.c
src/proxy.c