Commit dff75480 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc_varnish: Log h2 frames

parent 5a7b42e5
......@@ -417,7 +417,7 @@ varnish_launch(struct varnish *v)
VSB_cat(vsb, " -p syslog_cli_traffic=off");
VSB_cat(vsb, " -p thread_pool_min=10");
VSB_cat(vsb, " -p debug=+vtc_mode");
VSB_cat(vsb, " -p vsl_mask=+Debug");
VSB_cat(vsb, " -p vsl_mask=+Debug,+H2RxHdr,+H2RxBody");
VSB_cat(vsb, " -p h2_initial_window_size=1m");
VSB_cat(vsb, " -p h2_rx_window_low_water=64k");
if (!v->has_a_arg) {
......
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