[master] 606b2d6 VXID is the default varnishlog grouping mode

Federico G. Schwindt fgsch at lodoss.net
Tue Jun 23 17:14:58 CEST 2015


commit 606b2d6d3a7a011a147f8691a13bb3308dc8fc5d
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Jun 23 16:13:50 2015 +0100

    VXID is the default varnishlog grouping mode
    
    Submitted by:       controversy187 via github

diff --git a/doc/sphinx/reference/vsl-query.rst b/doc/sphinx/reference/vsl-query.rst
index ec73724..2c15453 100644
--- a/doc/sphinx/reference/vsl-query.rst
+++ b/doc/sphinx/reference/vsl-query.rst
@@ -60,14 +60,14 @@ The grouping modes are:
   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. This is the default.
+  reported.
 
 * 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).
+  (VXID == 0). This is the default.
 
 * Raw
 



More information about the varnish-commit mailing list