https://bz.apache.org/bugzilla/show_bug.cgi?id=69264

--- Comment #4 from Rainer Jung <rainer.j...@kippdata.de> ---
For the sake of completeness: which Linux distribution and version are you
using?

Does the truncation happen whenever the line is longer than 4KB (even
reproducible for single requests without any additional load), or just for some
of them or only under high load?

Maybe it is a pipe buffer problem. So can you check, whether the problem only
happens when using piped logging, but not when using direct logging to file.
Yes, you will loose your added timestamp, but depending on reproducibility you
might be able to check on a test system.

I would hope, it happens only when using piped logging.

Then you could next check by using "cat" instead of your python script. This
would tell us, if python or the exact way how the read from the pipe is
relevant here.

Let us know your findings.

Thanks,

Rainer

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to