]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: Add logurilen tunable.
authorStéphane Cottin <stephane.cottin@vixns.com>
Thu, 18 May 2017 06:58:41 +0000 (08:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Jun 2017 09:06:36 +0000 (11:06 +0200)
commit23e9e931284b44e9d06cca26ab13648873b4029b
tree138527372670a24fd0f7a1399674c7ee7cc42425
parenta6cfa9098e5ad4e7fdf0f557c4e5945461ba6baa
MINOR: log: Add logurilen tunable.

The default len of request uri in log messages is 1024. In some use
cases, you need to keep the long trail of GET parameters. The only
way to increase this len is to recompile with DEFINE=-DREQURI_LEN=2048.

This commit introduces a tune.http.logurilen configuration directive,
allowing to tune this at runtime.
doc/configuration.txt
include/common/defaults.h
include/types/global.h
src/cfgparse.c
src/proto_http.c