[master] f069ab7 Add masked by default notes to appropriate log records.

Martin Blix Grydeland martin at varnish-cache.org
Thu Oct 31 12:21:08 CET 2013


commit f069ab7f941967a7b3f97948bc2862564f90839e
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Thu Oct 24 14:56:14 2013 +0200

    Add masked by default notes to appropriate log records.

diff --git a/include/tbl/vsl_tags.h b/include/tbl/vsl_tags.h
index af3d52f..eb4d407 100644
--- a/include/tbl/vsl_tags.h
+++ b/include/tbl/vsl_tags.h
@@ -41,6 +41,8 @@
  *	Long Description (in RST "definition list" format)
  */
 
+#define NODEF_NOTICE "Note: This log record is masked by default\n\n"
+
 SLTM(Debug, "Debug messages",
 	"Debug messages can normally be ignored, but are sometimes"
 	" helpful during trouble-shooting.  Most debug messages must"
@@ -277,6 +279,8 @@ SLTM(WorkThread, "Logs thread start/stop events",
 	"\t|  |\n"
 	"\t|  +- [start|end]\n"
 	"\t+---- Worker struct pointer"
+	"\n"
+	NODEF_NOTICE
 )
 
 SLTM(ESI_xmlerror, "ESI parser error or warning message",
@@ -285,7 +289,8 @@ SLTM(ESI_xmlerror, "ESI parser error or warning message",
 )
 
 SLTM(Hash, "Value added to hash",
-	"This value was added to the object lookup hash."
+	"This value was added to the object lookup hash.\n\n"
+	NODEF_NOTICE
 )
 
 SLTM(Backend_health, "Backend health check",
@@ -362,3 +367,5 @@ SLTM(VSL, "VSL API warnings and error message",
 	"Warnings and error messages genererated by the VSL API while"
 	" reading the shared memory log.\n\n"
 )
+
+#undef NODEF_NOTICE



More information about the varnish-commit mailing list