[4.1] 36d4863 Use code litterals for the grouping modes

Martin Blix Grydeland martin at varnish-software.com
Thu Apr 6 14:56:05 CEST 2017


commit 36d4863d430b951d9256645982c2b89cec1b5c0e
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Thu Feb 23 14:08:49 2017 +0100

    Use code litterals for the grouping modes

diff --git a/doc/sphinx/reference/vsl-query.rst b/doc/sphinx/reference/vsl-query.rst
index 8f72a07..8f47156 100644
--- a/doc/sphinx/reference/vsl-query.rst
+++ b/doc/sphinx/reference/vsl-query.rst
@@ -46,7 +46,7 @@ be 0.
 
 The grouping modes are:
 
-* Session
+* ``session``
 
   All transactions initiated by a client connection are reported
   together. Client connections are open ended when using HTTP
@@ -55,21 +55,21 @@ The grouping modes are:
   incomplete session will be reported. Non-transactional data (vxid
   == 0) is not reported.
 
-* Request
+* ``request``
 
   Transactions are grouped by request, where the set will include the
   request itself as well as any backend requests or ESI-subrequests.
   Session data and non-transactional data (vxid == 0) is not
   reported.
 
-* VXID
+* ``vxid``
 
   Transactions are not grouped, so each vxid is reported in it's
   entirety. Sessions, requests, ESI-requests and backend requests are
   all reported individually. Non-transactional data is not reported
   (vxid == 0). This is the default.
 
-* Raw
+* ``raw``
 
   Every log record will make up a transaction of it's own. All data,
   including non-transactional data will be reported.



More information about the varnish-commit mailing list