~ubuntu-branches/debian/sid/varnish/sid

« back to all changes in this revision

Viewing changes to doc/sphinx/=build/html/_sources/reference/varnishlog.txt

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen, Stig Sandbeck Mathisen, Tollef Fog Heen
  • Date: 2013-05-05 15:53:14 UTC
  • mfrom: (0.1.16)
  • Revision ID: package-import@ubuntu.com-20130505155314-i99wuol99cfwzrtv
Tags: 3.0.3-1
[ Stig Sandbeck Mathisen ]
* New upstream release

[ Tollef Fog Heen ]
* Make varnishlog's and varnishncsa's init script exit with the exit
  status of status_of_proc to make them useful.  Fixes upstream trac
  #1226.

[ Stig Sandbeck Mathisen ]
* Do not rewrite /etc/default/varnish on upgrade.
  Thanks to Andreas Beckmann <anbe@debian.org> (Closes: 698577)
* Undo mangling of /etc/default/varnish that happened during lenny->squeeze
  upgrade.
  Thanks to Andreas Beckmann <anbe@debian.org> (Closes: 698577)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _ref-varnishlog:
 
2
 
1
3
==========
2
4
varnishlog
3
5
==========
139
141
EXAMPLES
140
142
========
141
143
 
142
 
The following command line simply copies all log entries to a log file:::
 
144
The following command line simply copies all log entries to a log file::
143
145
 
144
146
    $ varnishlog -w /var/log/varnish.log
145
147
 
146
 
The following command line reads that same log file and displays requests for the front page:::
 
148
The following command line reads that same log file and displays requests for the front page::
147
149
 
148
150
    $ varnishlog -r /var/log/varnish.log -c -m 'RxURL:^/$'
149
151