Varnish logging problems
Juan Andrade
juanandrade1 at gmail.com
Wed Mar 13 01:04:39 CET 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20130312/a13fe1f8/attachment.html>
More information about the varnish-misc
mailing list