[master] a1f4fe2 Enable logging of hash string components by default.

Poul-Henning Kamp phk at varnish-cache.org
Thu Feb 17 21:25:34 CET 2011


commit a1f4fe2edc9e0ff8d77331a3924e03249bf33d63
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Feb 17 20:25:17 2011 +0000

    Enable logging of hash string components by default.

diff --git a/bin/varnishd/mgt_param.c b/bin/varnishd/mgt_param.c
index ac1e92b..306e69e 100644
--- a/bin/varnishd/mgt_param.c
+++ b/bin/varnishd/mgt_param.c
@@ -748,9 +748,9 @@ static const struct parspec input_parspec[] = {
 		0,
 		"8192", "bytes" },
 	{ "log_hashstring", tweak_bool, &master.log_hash, 0, 0,
-		"Log the hash string to shared memory log.\n",
+		"Log the hash string components to shared memory log.\n",
 		0,
-		"off", "bool" },
+		"on", "bool" },
 	{ "log_local_address", tweak_bool, &master.log_local_addr, 0, 0,
 		"Log the local address on the TCP connection in the "
 		"SessionOpen shared memory record.\n",



More information about the varnish-commit mailing list