Commit d1ac4b26 authored by Geoff Simmons's avatar Geoff Simmons

Editorial: move docs about changes in VSL Hit* output to the section

about varnishlog(1).
parent 7e68fee0
......@@ -83,19 +83,6 @@ See :ref:`vmod_blob(3)`, :ref:`vmod_purge(3)` and
Other changes
=============
* VSL
The ``Hit``, ``HitMiss`` and ``HitPass`` log records grew an additional
field with the remaining TTL of the object at the time of the lookup.
While this should greatly help troubleshooting, this might break tools
relying on those records to get the VXID of the object hit during lookup.
Instead of using ``Hit``, such tools should now use ``Hit[1]``, and the
same applies to ``HitMiss`` and ``HitPass``.
The ``Hit`` record also grew two more fields for the grace and keep periods.
This should again be useful for troubleshooting.
* ``varnishstat(1)``:
* *XXX: changes due to new VSC/VSM*
......@@ -104,6 +91,20 @@ This should again be useful for troubleshooting.
* ``varnishlog(1)``:
* The ``Hit``, ``HitMiss`` and ``HitPass`` log records grew an
additional field with the remaining TTL of the object at the time
of the lookup. While this should greatly help troubleshooting,
this might break tools relying on those records to get the VXID of
the object hit during lookup.
Instead of using ``Hit``, such tools should now use ``Hit[1]``,
and the same applies to ``HitMiss`` and ``HitPass``.
The ``Hit`` record also grew two more fields for the grace and
keep periods. This should again be useful for troubleshooting.
See :ref:`vsl(7)`.
* *XXX: changes due to new VSC/VSM*
* *XXX: ...*
......
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