Commit 237da8dd authored by Per Buer's avatar Per Buer Committed by Tollef Fog Heen

Add a label, fix a typo and remove -o (now default)

parent 5365096c
.. _tutorial-logging:
Logging in Varnish Logging in Varnish
------------------ ------------------
...@@ -8,7 +9,7 @@ memory segment. When the end of the segment is reached we start over, ...@@ -8,7 +9,7 @@ memory segment. When the end of the segment is reached we start over,
overwriting old data. This is much, much faster then logging to a file overwriting old data. This is much, much faster then logging to a file
and it doesn't require disk space. and it doesn't require disk space.
The flip side is that is you forget to have program actually write the The flip side is that if you forget to have program actually write the
logs to disk they will disappear. logs to disk they will disappear.
varnishlog is one of the programs you can use to look at what Varnish varnishlog is one of the programs you can use to look at what Varnish
...@@ -69,9 +70,6 @@ want to know are: ...@@ -69,9 +70,6 @@ want to know are:
show all cookie headers coming from the clients: show all cookie headers coming from the clients:
``$ varnishlog -c -i RxHeader -I Cookie`` ``$ varnishlog -c -i RxHeader -I Cookie``
-o
Group log entries by request ID.
Now that Varnish seem to work OK it's time to put Varnish on port 80 Now that Varnish seem to work OK it's time to put Varnish on port 80
while we tune it. while we tune it.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment