On 11/5/21 11:00 AM, Jason Spashett wrote:
> On the subject of unique ids, the code %random isn't necessarily of my
> choosing. But it has 54^8 combinations,
The number of unique values and the period of the random number
generator are largely irrelevant here. What matters here is how soon the
ge
On Fri, 5 Nov 2021 at 14:35, Alex Rousskov
wrote:
...
> They are evaluated when used. In your specific case, you have not told
> us how your configuration uses logformat "log", but if you are using
> "log" just for the access_log directive, then "log" %codes are evaluated
> when Squid creates the
On 11/4/21 11:14 AM, Jason Spashett wrote:
> I am using squid 5, and after reading the following I have attempted
> to link the connect requests to the other requests within a TLS
> tunnel.
> http://lists.squid-cache.org/pipermail/squid-users/2021-April/023526.html
> I added an extra log format c
On Fri, 5 Nov 2021 at 09:03, Amos Jeffries wrote:
...
> For your config snippet below
>
> That means usually;
> - helper queries at several points processing each request/transaction,
> - each time those ACLs of yours are *checked*,
> - log outputs when each request finishes, and
> - deny_info URL
On 5/11/21 04:14, Jason Spashett wrote:
Hello,
I am using squid 5, and after reading the following I have attempted
to link the connect requests to the other requests within a TLS
tunnel.
Can anyone tell me why this isn't working, and or when the log format
codes get evaluated.
The logformat