hi, list
i observed following strange 'problem':
when configure ats(v3.2.4) log to named_pipe,
tail -f <named_pipe_of_log> shows nothing, unless ats restart~
steps to reproduce the problem:
1) tail -f access.pipe shows nothing, but not block the write to the pipe!
if tail -f goes well(little change), then just stop it by ctrl+c, and rerun
the command
2) restart the ats (while tail -f running)
3) tail -f access.pipe regain ...
that is to say, every tail(pipe), require ats to restart.
