Commit 6ba82cb2 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp
parents b54440ff d4681a6f
......@@ -52,7 +52,8 @@ The following options are available:
-k num Only show the first num log records.
-m tag:regex only list transactions where tag matches regex. Multiple
-m options are AND-ed together.
-m options are AND-ed together. Can not be combined with
-O.
-n Specifies the name of the varnishd instance to get logs from. If
-n is not specified, the host name is used.
......
......@@ -834,7 +834,7 @@ based on the request URL:::
sub vcl_fetch {
if (beresp.ttl < 120s) {
std.log "Adjusting TTL";
std.log("Adjusting TTL");
set beresp.ttl = 120s;
}
}
......
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