> On Oct 5, 2018, at 11:08 AM, Jeremy Payne <[email protected]> wrote:
>
> Anyone have luck using tcpinfo and the two 'close' hook points?
>
> ssn_close
> txn_close
>
> If I use either of these hook points, the plugin throws an error in
> traffic.out(debug) and doesn't log into the specified tcpinfo log
> file.
>
> ex - tcpinfo.so --log-level=2 --hooks=txn_close
>
> Hook points *_start and send_response both work and log as expected.
>
> ex - tcpinfo.so --log-level=2 --hooks=txn_start
Hmm, we run 7.1.4 with this in production:
tcpinfo.so --hooks=txn_close --log-level=2 --sample-rate=100
--rolling-size=128 --log-file=tcpinfo
And as far as I can tell, it seems to work. I can try to reproduce your problem
on docs.trafficserver next week.
— Leif
>
> Thanks!