Re: Limit on logline size

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Fri, 05 Mar 1999 12:50:23 +0100

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
Received on Fri Mar 05 1999 - 05:01:52 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:45:09 MST