Jens-S. Voeckler wrote:
> in URL size. Is there a way to tune the access.log line size, so *all*
> information available gets logged without garbling?
The log function is supposed to be able to handle up to MEM_BUF_MAX_SIZE
(2*1000*1024*1024) characters. Maybe your system imposes a limit on
vsnprintf()? It that is the case, try using the (v)snprintf function
delivered with the Squid sources. (env ac_cv_func_vsnprintf=no
./configure ... ;make clean ; make install)
---
Henrik Nordstrom
Spare time Squid hacker