Varnishlog works fine but varnishncsa does not output anything.  Also tried
std.syslog but messages are empty

Here is my config:

sub vcl_recv {
    if (req.http.host) {
        std.syslog(191, "vcl_recv(" + req.xid + ") Req: " +
                    req.request + " http://"; + req.http.host +
                    req.url + " " + req.proto);
        set req.backend = stage;
    }
}

Log messages: No message as set above
2013-03-12T16:55:23.725466-07:00 stage-cache1 varnishd[10191]:
2013-03-12T16:56:43.413369-07:00 stage-cache1 varnishd[10530]:

Running varnish version
varnishd (varnish-trunk revision 5582b35)

Anybody run into this problem?  Thanks for any help.

Juan
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to