Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
b3e08acc
Commit
b3e08acc
authored
Oct 13, 2014
by
Dag Haavi Finstad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update forgotten varnishlog example to 4.0 syntax.
Fixes: #1610
parent
4e5828d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
troubleshooting.rst
doc/sphinx/users-guide/troubleshooting.rst
+5
-4
No files found.
doc/sphinx/users-guide/troubleshooting.rst
View file @
b3e08acc
...
...
@@ -106,16 +106,17 @@ give you a clue. Since `varnishlog` logs a lot of data it might be hard
to track the entries down. You can set `varnishlog` to log all your 503
errors by issuing the following command::
$ varnishlog -
c -m TxStatus:503
$ varnishlog -
q 'RespStatus == 503' -g request
If the error happened just a short time ago the transaction might still
be in the shared memory log segment. To get `varnishlog` to process the
whole shared memory log just add the '-d' parameter::
$ varnishlog -d -
c -m TxStatus:503
$ varnishlog -d -
q 'RespStatus == 503' -g request
Please see the `varnishlog` man page for elaborations on further
filtering capabilities and explanation of the various options.
Please see the `vsl-query` and `varnishlog` man pages for elaborations
on further filtering capabilities and explanation of the various
options.
Varnish doesn't cache
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment