commit | 23e9e931284b44e9d06cca26ab13648873b4029b | [log] [tgz] |
---|---|---|
author | Stéphane Cottin <stephane.cottin@vixns.com> | Thu May 18 08:58:41 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 02 11:06:36 2017 +0200 |
tree | 138527372670a24fd0f7a1399674c7ee7cc42425 | |
parent | a6cfa9098e5ad4e7fdf0f557c4e5945461ba6baa [diff] |
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.