]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: log: add a log level override value in struct session
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Jun 2013 15:18:02 +0000 (17:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Jun 2013 15:50:26 +0000 (17:50 +0200)
commitabcd5145f82cff7beb6b1b25b90a8266d672a6f7
treee34387956cc8443723f19fe75b5af3a434467573
parentf4c43c13be04ae8cee537e703f46203b911a1517
MEDIUM: log: add a log level override value in struct session

This log level will be used in a further patch to change the log level
depending on the request or response.
include/types/session.h
src/log.c
src/peers.c
src/proto_http.c