[master] f111f6f Remove the ref to -o for varnishlog Add a link to the varnishlog man page and the logging chapter in the tutorial

Per Buer perbu at varnish-cache.org
Mon Dec 19 11:32:01 CET 2011


commit f111f6f2df427527a5e88cc54d30ba2c02a493e6
Author: Per Buer <perbu at varnish-software.com>
Date:   Mon Dec 19 11:31:44 2011 +0100

    Remove the ref to -o for varnishlog
    Add a link to the varnishlog man page and the logging chapter in the tutorial

diff --git a/doc/sphinx/tutorial/increasing_your_hitrate.rst b/doc/sphinx/tutorial/increasing_your_hitrate.rst
index 0f0cbe8..c5f0c6a 100644
--- a/doc/sphinx/tutorial/increasing_your_hitrate.rst
+++ b/doc/sphinx/tutorial/increasing_your_hitrate.rst
@@ -31,9 +31,11 @@ Tool: varnishlog
 ~~~~~~~~~~~~~~~~
 
 When you have identified the an URL which is frequently sent to the
-backend you can use varnishlog to have a look at the whole request.
-``varnishlog -c -m 'RxURL:^/foo/bar`` will give the whole (-o)
-requests coming from the client (-c) matching /foo/bar.
+backend you can use varnishlog to have a look at the request.
+``varnishlog -c -m 'RxURL:^/foo/bar`` will show you the requests
+coming from the client (-c) matching /foo/bar.
+
+For more information on how varnishlog works please see :ref:`tutorial-logging`.
 
 For extended diagnostics headers, see
 http://www.varnish-cache.org/trac/wiki/VCLExampleHitMissHeader



More information about the varnish-commit mailing list